From 08d1041f363622323b776ca7b6d7938d0ef49451 Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Thu, 3 Jul 2014 16:30:00 +0700 Subject: [PATCH] Fixing dependency to Mistral client * Previously it pointed to git repository and pip didn't work correctly. Change-Id: Id015c350b4d6e5597bdd25cfc9ebf1e2f38977bf --- AUTHORS | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..f6395be --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Kirill Izotov +Nikolay Mahotkin +Renat Akhmerov diff --git a/requirements.txt b/requirements.txt index ea1ca41..7e2a6af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ --e git+https://github.com/stackforge/python-mistralclient.git#egg=python-mistralclient +python-mistralclient PyYAML>=3.1.0 \ No newline at end of file