|
@@ -11,11 +11,10 @@ attrs==18.2.0 # via pytest
|
|
beautifulsoup4==4.6.3
|
|
beautifulsoup4==4.6.3
|
|
billiard==3.3.0.23 # via celery
|
|
billiard==3.3.0.23 # via celery
|
|
bleach==2.1.4
|
|
bleach==2.1.4
|
|
-celery==3.1.26.post2
|
|
|
|
|
|
+celery[redis]==3.1.26.post2
|
|
certifi==2018.11.29 # via requests
|
|
certifi==2018.11.29 # via requests
|
|
chardet==3.0.4 # via requests
|
|
chardet==3.0.4 # via requests
|
|
defusedxml==0.5.0 # via python3-openid, social-auth-core
|
|
defusedxml==0.5.0 # via python3-openid, social-auth-core
|
|
-django-celery==3.2.2
|
|
|
|
django-debug-toolbar==1.8
|
|
django-debug-toolbar==1.8
|
|
django-htmlmin==0.10.0
|
|
django-htmlmin==0.10.0
|
|
django-js-asset==1.1.0 # via django-mptt
|
|
django-js-asset==1.1.0 # via django-mptt
|
|
@@ -41,6 +40,7 @@ pytest==4.0.2
|
|
python-dateutil==2.7.5 # via faker
|
|
python-dateutil==2.7.5 # via faker
|
|
python3-openid==3.1.0 # via social-auth-core
|
|
python3-openid==3.1.0 # via social-auth-core
|
|
pytz==2018.7
|
|
pytz==2018.7
|
|
|
|
+redis==3.0.1 # via celery
|
|
requests-oauthlib==1.0.0 # via social-auth-core
|
|
requests-oauthlib==1.0.0 # via social-auth-core
|
|
requests==2.21.0
|
|
requests==2.21.0
|
|
six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
|
|
six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
|