requirements.txt 744 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. astroid==1.6.1
  2. backports.functools-lru-cache==1.5
  3. backports.ssl-match-hostname==3.5.0.1
  4. certifi==2018.1.18
  5. chardet==3.0.4
  6. configparser==3.5.0
  7. Django==1.11
  8. django-cors-headers==2.2.0
  9. django-extensions==2.0.0
  10. django-tastypie==0.14.0
  11. docker==3.0.1
  12. docker-pycreds==0.2.1
  13. enum34==1.1.6
  14. futures==3.2.0
  15. gunicorn==19.7.1
  16. idna==2.6
  17. ipaddress==1.0.19
  18. isort==4.3.4
  19. Jinja2==2.10
  20. lazy-object-proxy==1.3.1
  21. MarkupSafe==1.0
  22. mccabe==0.6.1
  23. pkg-resources==0.0.0
  24. PyJWT==1.5.3
  25. pylint==1.8.2
  26. python-dateutil==2.6.1
  27. python-decouple==3.1
  28. python-mimeparse==1.6.0
  29. pytz==2018.3
  30. requests==2.18.4
  31. simplejson==3.13.2
  32. singledispatch==3.4.0.3
  33. six==1.11.0
  34. stringcase==1.2.0
  35. typing==3.6.4
  36. urllib3==1.22
  37. websocket-client==0.46.0
  38. Werkzeug==0.14.1
  39. whitenoise==3.3.1
  40. wrapt==1.10.11