|
@@ -4,6 +4,8 @@
|
|
|
#
|
|
|
# pip-compile --output-file requirements.txt requirements.in
|
|
|
#
|
|
|
+atomicwrites==1.2.1 # via pytest
|
|
|
+attrs==18.2.0 # via pytest
|
|
|
beautifulsoup4==4.6.3
|
|
|
bleach==2.1.4
|
|
|
certifi==2018.10.15 # via requests
|
|
@@ -14,21 +16,29 @@ django-mptt==0.8.7
|
|
|
django==1.11.16
|
|
|
djangorestframework==3.6.4
|
|
|
faker==0.8.18
|
|
|
+funcsigs==1.0.2 # via pytest
|
|
|
html5lib==0.999999999
|
|
|
idna==2.7 # via requests
|
|
|
ipaddress==1.0.22 # via faker
|
|
|
markdown==2.6.11
|
|
|
misago-social-auth-app-django==2.1.0
|
|
|
+more-itertools==4.3.0 # via pytest
|
|
|
oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
|
|
|
olefile==0.46 # via pillow
|
|
|
+pathlib2==2.3.3 # via pytest, pytest-django
|
|
|
pillow==4.1.1
|
|
|
+pluggy==0.8.0 # via pytest
|
|
|
psycopg2-binary==2.7.5
|
|
|
+py==1.7.0 # via pytest
|
|
|
pyjwt==1.6.4 # via social-auth-core
|
|
|
+pytest-django==3.4.4
|
|
|
+pytest==4.0.2
|
|
|
python-dateutil==2.7.5 # via faker
|
|
|
pytz==2018.7
|
|
|
requests-oauthlib==1.0.0 # via social-auth-core
|
|
|
requests==2.20.0
|
|
|
-six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, python-dateutil, social-auth-core
|
|
|
+scandir==1.9.0 # via pathlib2
|
|
|
+six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, more-itertools, pathlib2, pytest, python-dateutil, social-auth-core
|
|
|
social-auth-core==1.7.0 # via misago-social-auth-app-django
|
|
|
sqlparse==0.2.4 # via django-debug-toolbar
|
|
|
text-unidecode==1.2 # via faker
|