ports/sysutils/docker-compose/files/patch-setup.py

11 lines
394 B
Python

--- setup.py.orig 2017-12-19 14:49:12 UTC
+++ setup.py
@@ -34,7 +34,7 @@ install_requires = [
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
- 'texttable >= 0.9.0, < 0.10',
+ 'texttable >= 0.9.0, < 2',
'websocket-client >= 0.32.0, < 1.0',
'docker >= 2.6.1, < 3.0',
'dockerpty >= 0.4.1, < 0.5',