requirements.txt 709 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. idna==2.6
  16. ipaddress==1.0.19
  17. isort==4.3.4
  18. Jinja2==2.10
  19. lazy-object-proxy==1.3.1
  20. MarkupSafe==1.0
  21. mccabe==0.6.1
  22. pkg-resources==0.0.0
  23. PyJWT==1.5.3
  24. pylint==1.8.2
  25. python-dateutil==2.6.1
  26. python-decouple==3.1
  27. python-mimeparse==1.6.0
  28. pytz==2018.3
  29. requests==2.18.4
  30. simplejson==3.13.2
  31. singledispatch==3.4.0.3
  32. six==1.11.0
  33. stringcase==1.2.0
  34. typing==3.6.4
  35. urllib3==1.22
  36. websocket-client==0.46.0
  37. Werkzeug==0.14.1
  38. wrapt==1.10.11