Add texttable compat module that is py3k compatible
This commit is contained in:
parent
b101118d1e
commit
c6e91db32f
4 changed files with 581 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -37,7 +37,6 @@ setup(
|
|||
'docker-py==0.2.3',
|
||||
'docopt==0.6.1',
|
||||
'PyYAML==3.10',
|
||||
'texttable==0.8.1',
|
||||
# unfortunately `docker` requires six ==1.3.0
|
||||
'six==1.3.0',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue