|
@@ -4,10 +4,13 @@
|
|
|
#
|
|
|
# pip-compile --output-file requirements.txt requirements.in
|
|
|
#
|
|
|
+amqp==2.3.2 # via kombu
|
|
|
atomicwrites==1.2.1 # via pytest
|
|
|
attrs==18.2.0 # via pytest
|
|
|
beautifulsoup4==4.6.3
|
|
|
+billiard==3.5.0.5 # via celery
|
|
|
bleach==2.1.4
|
|
|
+celery[redis]==4.2.1
|
|
|
certifi==2018.11.29 # via requests
|
|
|
chardet==3.0.4 # via requests
|
|
|
defusedxml==0.5.0 # via python3-openid, social-auth-core
|
|
@@ -20,8 +23,9 @@ djangorestframework==3.6.4
|
|
|
faker==0.8.18
|
|
|
html5lib==0.999999999
|
|
|
idna==2.8 # via requests
|
|
|
+kombu==4.2.2.post1 # via celery
|
|
|
markdown==2.6.11
|
|
|
-more-itertools==4.3.0 # via pytest
|
|
|
+more-itertools==5.0.0 # via pytest
|
|
|
oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
|
|
|
olefile==0.46 # via pillow
|
|
|
pillow==4.1.1
|
|
@@ -35,6 +39,7 @@ pytest==4.0.2
|
|
|
python-dateutil==2.7.5 # via faker
|
|
|
python3-openid==3.1.0 # via social-auth-core
|
|
|
pytz==2018.7
|
|
|
+redis==3.0.1 # via celery
|
|
|
requests-oauthlib==1.0.0 # via social-auth-core
|
|
|
requests==2.21.0
|
|
|
six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
|
|
@@ -44,4 +49,5 @@ sqlparse==0.2.4 # via django-debug-toolbar
|
|
|
text-unidecode==1.2 # via faker
|
|
|
unidecode==0.4.21
|
|
|
urllib3==1.24.1 # via requests
|
|
|
+vine==1.1.4 # via amqp
|
|
|
webencodings==0.5.1 # via html5lib
|