using pip-sync for requirement now.

This commit is contained in:
Ilan
2015-07-21 11:40:34 +02:00
parent 9f90b69fbe
commit dca0c89950
2 changed files with 22 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
arrow
blessed
django-picklefield
Django
future
hiredis
redis
psutil
django-redis
+13 -6
View File
@@ -1,12 +1,19 @@
#
# This file is autogenerated by pip-compile
# Make changes in requirements.in, then run this to update:
#
# pip-compile requirements.in
#
arrow==0.6.0
blessed==1.9.5
django-picklefield==0.3.1
Django>=1.7.8
django-redis==4.2.0
django==1.8.3
future==0.14.3
hiredis==0.2.0
redis==2.10.3
msgpack-python==0.4.6 # via django-redis
psutil==3.1.1
django-redis==4.2.0
python-dateutil==2.4.2 # via arrow
redis==2.10.3
six==1.9.0 # via django-picklefield, python-dateutil
wcwidth==0.1.4 # via blessed