requirements.txt 670 B

1234567891011121314151617181920212223242526
  1. backports.shutil_get_terminal_size==1.0.0
  2. cached-property==1.5.1
  3. certifi==2020.4.5.1
  4. chardet==3.0.4
  5. colorama==0.4.3; sys_platform == 'win32'
  6. distro==1.5.0
  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.13.0
  21. PyYAML==5.3
  22. requests==2.22.0
  23. texttable==1.6.2
  24. urllib3==1.25.9; python_version == '3.3'
  25. wcwidth==0.1.9
  26. websocket-client==0.57.0