requirements.txt 789 B

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