requirements.txt 2.0 KB

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