requirements.txt 649 B

123456789101112131415161718192021222324
  1. backports.ssl-match-hostname==3.5.0.1; python_version < '3'
  2. cached-property==1.3.0
  3. certifi==2017.4.17
  4. chardet==3.0.4
  5. colorama==0.4.0; sys_platform == 'win32'
  6. docker==3.7.0
  7. docker-pycreds==0.4.0
  8. dockerpty==0.4.1
  9. docopt==0.6.2
  10. enum34==1.1.6; python_version < '3.4'
  11. functools32==3.2.3.post2; python_version < '3.2'
  12. idna==2.5
  13. ipaddress==1.0.18
  14. jsonschema==2.6.0
  15. paramiko==2.4.2
  16. pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
  17. pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
  18. PySocks==1.6.7
  19. PyYAML==3.12
  20. requests==2.20.0
  21. six==1.10.0
  22. texttable==0.9.1
  23. urllib3==1.21.1; python_version == '3.3'
  24. websocket-client==0.32.0