requirements.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.5.0 # via kombu
  8. ariadne==0.5.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.6.16 # 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.3
  23. djangorestframework==3.9.4
  24. faker==1.0.7
  25. graphql-core-next==1.0.5 # via ariadne
  26. html5lib==1.0.1
  27. idna==2.8 # via requests
  28. importlib-metadata==0.18 # via pluggy, pytest
  29. kombu==4.6.3 # via celery
  30. markdown==2.6.11
  31. more-itertools==7.1.0 # via pytest
  32. oauthlib==3.0.2 # via requests-oauthlib, social-auth-core
  33. packaging==19.0 # via pytest
  34. pillow==6.1.0
  35. pluggy==0.12.0 # via pytest
  36. psycopg2-binary==2.8.3
  37. py==1.8.0 # via pytest
  38. pyjwt==1.7.1 # via social-auth-core
  39. pyparsing==2.4.0 # via packaging
  40. pytest-django==3.5.1
  41. pytest-mock==1.10.4
  42. pytest==5.0.1
  43. python-dateutil==2.8.0 # via faker
  44. python-multipart==0.0.5 # via ariadne
  45. python3-openid==3.1.0 # via social-auth-core
  46. pytz==2019.1
  47. redis==3.2.1 # via celery
  48. requests-oauthlib==1.2.0 # via social-auth-core
  49. requests==2.22.0
  50. responses==0.10.6
  51. six==1.12.0 # via bleach, faker, html5lib, packaging, python-dateutil, python-multipart, responses, snapshottest, social-auth-app-django, social-auth-core
  52. snapshottest==0.5.0
  53. social-auth-app-django==3.1.0
  54. social-auth-core==3.2.0 # via social-auth-app-django
  55. soupsieve==1.9.2 # via beautifulsoup4
  56. sqlparse==0.3.0 # via django, django-debug-toolbar
  57. starlette==0.12.2 # via ariadne
  58. termcolor==1.1.0 # via snapshottest
  59. text-unidecode==1.2 # via faker
  60. typing-extensions==3.7.4 # via ariadne
  61. unidecode==1.0.23
  62. urllib3==1.25.3 # via requests
  63. vine==1.3.0 # via amqp, celery
  64. wcwidth==0.1.7 # via pytest
  65. webencodings==0.5.1 # via bleach, html5lib
  66. zipp==0.5.1 # via importlib-metadata