requirements.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. amqp==1.4.9 # via kombu
  8. anyjson==0.3.3 # via kombu
  9. atomicwrites==1.2.1 # via pytest
  10. attrs==18.2.0 # via pytest
  11. beautifulsoup4==4.6.3
  12. billiard==3.3.0.23 # via celery
  13. bleach==2.1.4
  14. celery[redis]==3.1.26.post2
  15. certifi==2018.11.29 # via requests
  16. chardet==3.0.4 # via requests
  17. defusedxml==0.5.0 # via python3-openid, social-auth-core
  18. django-debug-toolbar==1.8
  19. django-htmlmin==0.10.0
  20. django-js-asset==1.1.0 # via django-mptt
  21. django-mptt==0.9.1
  22. django==1.11.17
  23. djangorestframework==3.6.4
  24. faker==0.8.18
  25. html5lib==0.999999999
  26. idna==2.8 # via requests
  27. kombu==3.0.37 # via celery
  28. markdown==2.6.11
  29. more-itertools==4.3.0 # via pytest
  30. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  31. olefile==0.46 # via pillow
  32. pillow==4.1.1
  33. pluggy==0.8.0 # via pytest
  34. psycopg2-binary==2.7.6.1
  35. py==1.7.0 # via pytest
  36. pyjwt==1.7.1 # via social-auth-core
  37. pytest-django==3.4.4
  38. pytest-mock==1.10.0
  39. pytest==4.0.2
  40. python-dateutil==2.7.5 # via faker
  41. python3-openid==3.1.0 # via social-auth-core
  42. pytz==2018.7
  43. redis==3.0.1 # via celery
  44. requests-oauthlib==1.0.0 # via social-auth-core
  45. requests==2.21.0
  46. six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
  47. social-auth-app-django==3.1.0
  48. social-auth-core==2.0.0 # via social-auth-app-django
  49. sqlparse==0.2.4 # via django-debug-toolbar
  50. text-unidecode==1.2 # via faker
  51. unidecode==0.4.21
  52. urllib3==1.24.1 # via requests
  53. webencodings==0.5.1 # via html5lib