requirements.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.2 # via kombu
  8. ariadne==0.3.0
  9. atomicwrites==1.3.0 # via pytest
  10. attrs==19.1.0 # via pytest
  11. beautifulsoup4==4.7.1
  12. billiard==3.6.0.0 # via celery
  13. bleach==3.1.0
  14. celery[redis]==4.3.0
  15. certifi==2019.3.9 # via requests
  16. chardet==3.0.4 # via requests
  17. defusedxml==0.6.0 # via python3-openid, social-auth-core
  18. django-debug-toolbar==1.11
  19. django-htmlmin==0.11.0
  20. django-js-asset==1.2.2 # via django-mptt
  21. django-mptt==0.10.0
  22. django==2.2.1
  23. djangorestframework==3.9.4
  24. faker==1.0.7
  25. graphql-core-next==1.0.3 # via ariadne
  26. html5lib==1.0.1
  27. idna==2.8 # via requests
  28. kombu==4.5.0 # via celery
  29. markdown==2.6.11
  30. more-itertools==7.0.0 # via pytest
  31. oauthlib==3.0.1 # via requests-oauthlib, social-auth-core
  32. pillow==6.0.0
  33. pluggy==0.11.0 # via pytest
  34. psycopg2-binary==2.8.2
  35. py==1.8.0 # via pytest
  36. pyjwt==1.7.1 # via social-auth-core
  37. pytest-django==3.4.8
  38. pytest-mock==1.10.4
  39. pytest==4.5.0
  40. python-dateutil==2.8.0 # via faker
  41. python3-openid==3.1.0 # via social-auth-core
  42. pytz==2019.1
  43. redis==3.2.1 # via celery
  44. requests-oauthlib==1.2.0 # via social-auth-core
  45. requests==2.21.0
  46. responses==0.10.6
  47. six==1.12.0 # via bleach, faker, html5lib, pytest, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
  48. snapshottest==0.5.0
  49. social-auth-app-django==3.1.0
  50. social-auth-core==3.1.0 # via social-auth-app-django
  51. soupsieve==1.9.1 # via beautifulsoup4
  52. sqlparse==0.3.0 # via django, django-debug-toolbar
  53. starlette==0.11.4 # via ariadne
  54. termcolor==1.1.0 # via snapshottest
  55. text-unidecode==1.2 # via faker
  56. typing-extensions==3.7.2 # via ariadne
  57. typing==3.6.6 # via ariadne
  58. unidecode==1.0.23
  59. urllib3==1.24.3 # via requests
  60. vine==1.3.0 # via amqp, celery
  61. wcwidth==0.1.7 # via pytest
  62. webencodings==0.5.1 # via bleach, html5lib