requirements.txt 757 B

123456789101112131415161718192021222324252627
  1. backports.shutil_get_terminal_size==1.0.0
  2. backports.ssl-match-hostname==3.5.0.1; python_version < '3'
  3. cached-property==1.5.1
  4. certifi==2019.11.28
  5. chardet==3.0.4
  6. colorama==0.4.3; sys_platform == 'win32'
  7. docker==4.2.0
  8. docker-pycreds==0.4.0
  9. dockerpty==0.4.1
  10. docopt==0.6.2
  11. enum34==1.1.6; python_version < '3.4'
  12. functools32==3.2.3.post2; python_version < '3.2'
  13. idna==2.8
  14. ipaddress==1.0.23
  15. jsonschema==3.2.0
  16. paramiko==2.7.1
  17. pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
  18. pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
  19. PySocks==1.7.1
  20. python-dotenv==0.10.5
  21. PyYAML==5.3
  22. requests==2.22.0
  23. six==1.12.0
  24. subprocess32==3.5.4; python_version < '3.2'
  25. texttable==1.6.2
  26. urllib3==1.25.7; python_version == '3.3'
  27. websocket-client==0.57.0