requirements.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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==2.4.1 # via kombu
  8. atomicwrites==1.3.0 # via pytest
  9. attrs==18.2.0 # via pytest
  10. beautifulsoup4==4.7.1
  11. billiard==3.5.0.5 # via celery
  12. bleach==3.1.0
  13. celery[redis]==4.2.1
  14. certifi==2018.11.29 # via requests
  15. chardet==3.0.4 # via requests
  16. defusedxml==0.5.0 # via python3-openid, social-auth-core
  17. django-debug-toolbar==1.11
  18. django-htmlmin==0.10.0
  19. django-js-asset==1.2.2 # via django-mptt
  20. django-mptt==0.9.1
  21. django==1.11.20
  22. djangorestframework==3.6.4
  23. faker==1.0.2
  24. html5lib==1.0.1
  25. idna==2.8 # via requests
  26. kombu==4.3.0 # via celery
  27. markdown==2.6.11
  28. more-itertools==6.0.0 # via pytest
  29. oauthlib==3.0.1 # via requests-oauthlib, social-auth-core
  30. olefile==0.46 # via pillow
  31. pillow==4.3.0
  32. pluggy==0.9.0 # via pytest
  33. psycopg2-binary==2.7.7
  34. py==1.8.0 # via pytest
  35. pyjwt==1.7.1 # via social-auth-core
  36. pytest-django==3.4.8
  37. pytest-mock==1.10.1
  38. pytest==4.3.0
  39. python-dateutil==2.8.0 # via faker
  40. python3-openid==3.1.0 # via social-auth-core
  41. pytz==2018.9
  42. redis==3.2.0 # via celery
  43. requests-oauthlib==1.2.0 # via social-auth-core
  44. requests==2.21.0
  45. responses==0.10.5
  46. six==1.12.0 # via bleach, faker, html5lib, pytest, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
  47. snapshottest==0.5.0
  48. social-auth-app-django==3.1.0
  49. social-auth-core==3.1.0 # via social-auth-app-django
  50. soupsieve==1.8 # via beautifulsoup4
  51. sqlparse==0.2.4 # via django-debug-toolbar
  52. termcolor==1.1.0 # via snapshottest
  53. text-unidecode==1.2 # via faker
  54. unidecode==1.0.23
  55. urllib3==1.24.1 # via requests
  56. vine==1.2.0 # via amqp
  57. webencodings==0.5.1 # via bleach, html5lib