requirements.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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.8.24 # via requests
  10. chardet==3.0.4 # via requests
  11. django-crispy-forms==1.6.1
  12. django-debug-toolbar==1.8
  13. django-htmlmin==0.10.0
  14. django-mptt==0.8.7
  15. django==1.11.15
  16. djangorestframework==3.6.4
  17. faker==0.8.18
  18. html5lib==0.999999999
  19. idna==2.7 # via requests
  20. ipaddress==1.0.22 # via faker
  21. markdown==2.6.11
  22. misago-social-auth-app-django==2.1.0
  23. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  24. olefile==0.45.1 # via pillow
  25. path.py==10.3.1
  26. pillow==4.1.1
  27. psycopg2-binary==2.7.5
  28. pyjwt==1.6.4 # via social-auth-core
  29. python-dateutil==2.7.3 # via faker
  30. pytz==2018.5
  31. requests-oauthlib==1.0.0 # via social-auth-core
  32. requests==2.20.0
  33. six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, python-dateutil, social-auth-core
  34. social-auth-core==1.7.0 # via misago-social-auth-app-django
  35. sqlparse==0.2.4 # via django-debug-toolbar
  36. text-unidecode==1.2 # via faker
  37. unidecode==0.4.21
  38. urllib3==1.23 # via requests
  39. webencodings==0.5.1 # via html5lib