requirements.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.3.2 # via kombu
  8. atomicwrites==1.2.1 # via pytest
  9. attrs==18.2.0 # via pytest
  10. beautifulsoup4==4.6.3
  11. billiard==3.5.0.5 # via celery
  12. bleach==2.1.4
  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.8
  18. django-htmlmin==0.10.0
  19. django-js-asset==1.1.0 # via django-mptt
  20. django-mptt==0.9.1
  21. django==1.11.17
  22. djangorestframework==3.6.4
  23. faker==0.8.18
  24. html5lib==0.999999999
  25. idna==2.8 # via requests
  26. kombu==4.2.2.post1 # via celery
  27. markdown==2.6.11
  28. more-itertools==5.0.0 # via pytest
  29. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  30. olefile==0.46 # via pillow
  31. pillow==4.1.1
  32. pluggy==0.8.0 # via pytest
  33. psycopg2-binary==2.7.6.1
  34. py==1.7.0 # via pytest
  35. pyjwt==1.7.1 # via social-auth-core
  36. pytest-django==3.4.4
  37. pytest-mock==1.10.0
  38. pytest==4.0.2
  39. python-dateutil==2.7.5 # via faker
  40. python3-openid==3.1.0 # via social-auth-core
  41. pytz==2018.7
  42. redis==3.0.1 # via celery
  43. requests-oauthlib==1.0.0 # via social-auth-core
  44. requests==2.21.0
  45. responses==0.10.5
  46. six==1.12.0 # via bleach, faker, html5lib, more-itertools, 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==2.0.0 # via social-auth-app-django
  50. sqlparse==0.2.4 # via django-debug-toolbar
  51. termcolor==1.1.0 # via snapshottest
  52. text-unidecode==1.2 # via faker
  53. unidecode==0.4.21
  54. urllib3==1.24.1 # via requests
  55. vine==1.1.4 # via amqp
  56. webencodings==0.5.1 # via html5lib