requirements.txt 771 B

12345678910111213141516171819202122232425262728
  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==2020.4.5.1
  5. chardet==3.0.4
  6. colorama==0.4.3; sys_platform == 'win32'
  7. distro==1.5.0
  8. docker==4.2.0
  9. docker-pycreds==0.4.0
  10. dockerpty==0.4.1
  11. docopt==0.6.2
  12. enum34==1.1.6; python_version < '3.4'
  13. functools32==3.2.3.post2; python_version < '3.2'
  14. idna==2.8
  15. ipaddress==1.0.23
  16. jsonschema==3.2.0
  17. paramiko==2.7.1
  18. pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
  19. pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
  20. PySocks==1.7.1
  21. python-dotenv==0.11.0
  22. PyYAML==5.3
  23. requests==2.22.0
  24. six==1.12.0
  25. subprocess32==3.5.4; python_version < '3.2'
  26. texttable==1.6.2
  27. urllib3==1.25.7; python_version == '3.3'
  28. websocket-client==0.57.0