From 6b78b7ccc795e9fd7fd0d0b1cdc287832adad478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 24 Feb 2015 07:54:58 +0100 Subject: [PATCH] Fixed requirements --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81f1b06..b33e090 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -Flask==0.10.1 -gunicorn==19.0.0 -requests==2.4.1 -GitPython==0.3.2.RC1 -Yapsy>=1.10.423 +Flask>=0.10.1 +gunicorn>=19.0.0 +requests>=2.4.1 +GitPython>=0.3.2.RC1 gevent>=1.0.1 -PyLD>=0.6.5 \ No newline at end of file +PyLD>=0.6.5 +Flask-Testing>=0.4.2