Move redis depencency to production.txt

This commit is contained in:
Raphael Michel
2018-08-31 09:16:01 +02:00
parent 35ddf6790e
commit 099b08f009
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ setup(
'babel',
'paypalrestsdk==1.13.*',
'pycparser==2.13',
'django-redis==4.7.*',
'django-redis==4.8.*',
'redis==2.10.5',
'stripe==2.0.*',
'chardet<3.1.0,>=3.0.2',