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.11.29 # via requests
  12. chardet==3.0.4 # via requests
  13. defusedxml==0.5.0 # via python3-openid, social-auth-core
  14. django-debug-toolbar==1.8
  15. django-htmlmin==0.10.0
  16. django-js-asset==1.1.0 # via django-mptt
  17. django-mptt==0.9.1
  18. django==1.11.17
  19. djangorestframework==3.6.4
  20. faker==0.8.18
  21. html5lib==0.999999999
  22. idna==2.8 # via requests
  23. markdown==2.6.11
  24. more-itertools==4.3.0 # via pytest
  25. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  26. olefile==0.46 # via pillow
  27. pillow==4.1.1
  28. pluggy==0.8.0 # via pytest
  29. psycopg2-binary==2.7.6.1
  30. py==1.7.0 # via pytest
  31. pyjwt==1.7.1 # via social-auth-core
  32. pytest-django==3.4.4
  33. pytest-mock==1.10.0
  34. pytest==4.0.2
  35. python-dateutil==2.7.5 # via faker
  36. python3-openid==3.1.0 # via social-auth-core
  37. pytz==2018.7
  38. requests-oauthlib==1.0.0 # via social-auth-core
  39. requests==2.21.0
  40. six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
  41. social-auth-app-django==3.1.0
  42. social-auth-core==2.0.0 # via 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