requirements.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # This file is autogenerated by pip-compile
  3. # To update, run:
  4. #
  5. # pip-compile --output-file requirements.txt requirements.in
  6. #
  7. beautifulsoup4==4.6.3
  8. bleach==2.1.4
  9. certifi==2018.10.15 # via requests
  10. chardet==3.0.4 # via requests
  11. django-debug-toolbar==1.8
  12. django-htmlmin==0.10.0
  13. django-mptt==0.8.7
  14. django==1.11.16
  15. djangorestframework==3.6.4
  16. faker==0.8.18
  17. html5lib==0.999999999
  18. idna==2.7 # via requests
  19. ipaddress==1.0.22 # via faker
  20. markdown==2.6.11
  21. misago-social-auth-app-django==2.1.0
  22. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  23. olefile==0.46 # via pillow
  24. pillow==4.1.1
  25. psycopg2-binary==2.7.5
  26. pyjwt==1.6.4 # via social-auth-core
  27. python-dateutil==2.7.5 # via faker
  28. pytz==2018.7
  29. requests-oauthlib==1.0.0 # via social-auth-core
  30. requests==2.20.0
  31. six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, python-dateutil, social-auth-core
  32. social-auth-core==1.7.0 # via misago-social-auth-app-django
  33. sqlparse==0.2.4 # via django-debug-toolbar
  34. text-unidecode==1.2 # via faker
  35. unidecode==0.4.21
  36. urllib3==1.24.1 # via requests
  37. webencodings==0.5.1 # via html5lib