Add texttable compat module that is py3k compatible

This commit is contained in:
Christopher Grebs 2014-01-05 19:13:41 -08:00 committed by Ben Firshman
commit c6e91db32f
4 changed files with 581 additions and 2 deletions

View file

@ -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',
],