requirements.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. atomicwrites==1.2.1 # via pytest
  8. attrs==18.2.0 # via pytest
  9. beautifulsoup4==4.6.3
  10. bleach==2.1.4
  11. certifi==2018.10.15 # via requests
  12. chardet==3.0.4 # via requests
  13. django-debug-toolbar==1.8
  14. django-htmlmin==0.10.0
  15. django-mptt==0.8.7
  16. django==1.11.16
  17. djangorestframework==3.6.4
  18. faker==0.8.18
  19. funcsigs==1.0.2 # via pytest
  20. html5lib==0.999999999
  21. idna==2.7 # via requests
  22. ipaddress==1.0.22 # via faker
  23. markdown==2.6.11
  24. misago-social-auth-app-django==2.1.0
  25. more-itertools==4.3.0 # via pytest
  26. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  27. olefile==0.46 # via pillow
  28. pathlib2==2.3.3 # via pytest, pytest-django
  29. pillow==4.1.1
  30. pluggy==0.8.0 # via pytest
  31. psycopg2-binary==2.7.5
  32. py==1.7.0 # via pytest
  33. pyjwt==1.6.4 # via social-auth-core
  34. pytest-django==3.4.4
  35. pytest==4.0.2
  36. python-dateutil==2.7.5 # via faker
  37. pytz==2018.7
  38. requests-oauthlib==1.0.0 # via social-auth-core
  39. requests==2.20.0
  40. scandir==1.9.0 # via pathlib2
  41. six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, more-itertools, pathlib2, pytest, python-dateutil, social-auth-core
  42. social-auth-core==1.7.0 # via misago-social-auth-app-django
  43. sqlparse==0.2.4 # via django-debug-toolbar
  44. text-unidecode==1.2 # via faker
  45. unidecode==0.4.21
  46. urllib3==1.24.1 # via requests
  47. webencodings==0.5.1 # via html5lib