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

View File

@@ -49,3 +49,5 @@ pyuca # for better sorting of country names in django-countries
defusedcsv>=1.0.1
vat_moss==0.11.0
idna==2.6 # required by current requests
django-redis==4.8.*
redis==2.10.5

View File

@@ -1,2 +1 @@
django-redis==4.8.*
redis==2.10.5
# Kept for compatibility

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',