Commit 5acf9d4c524c11d2529edad2562e4f4da485b114

Authored by Rodrigo Siqueira de Melo
Committed by Sergio Oliveira
1 parent e9975217

Change requirement version.

 Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
 Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
 Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
 Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
 Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
requirements.txt
... ... @@ -4,6 +4,7 @@ django-haystack==2.2
4 4 django-hitcounter==0.1.1
5 5 celery[redis]==3.1
6 6 django-revproxy[diazo]==0.9.5
  7 +Whoosh==2.7.0
7 8  
8 9 # Superarchives deps
9 10 chardet==2.3.0
... ... @@ -23,7 +24,7 @@ dpaste==2.8
23 24 psycopg2==2.6.1
24 25 pysolr==2.1
25 26 python-memcached==1.57
26   -gunicorn==19.3.0
  27 +gunicorn==19.1.0
27 28 eventlet==0.17.4
28 29  
29 30 # Gitlab plugin dependency
... ...