From dd8e23ff53730243c13dd9c6a3af031b62d95b42 Mon Sep 17 00:00:00 2001 From: Sriram Venkatesh Date: Mon, 12 May 2014 22:08:19 +1200 Subject: [PATCH] Adding new dependancy PyYAML for config --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d9778e..1e6fdfa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Dependencies can be installed by running this [pip](https://pypi.python.org/pypi 3. PyAudio 4. PyDub 5. Requests +6. PyYAML Operating Systems ---------------- diff --git a/requirements.txt b/requirements.txt index 881f119..047486c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ PyAudio==0.2.8 pydub==0.9.1 requests==2.2.1 http://downloads.sourceforge.net/project/pyaiml/PyAIML%20%28unstable%29/0.8.6/PyAIML-0.8.6.zip +http://pyyaml.org/download/pyyaml/PyYAML-3.11.zip