requirements.txt 2.4 KB

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