Support alternate Dockerfile name.

Signed-off-by: Kyle James Walker <KyleJamesWalker@gmail.com>
This commit is contained in:
Kyle Walker 2015-03-06 12:33:56 -08:00
commit d17c4d27fa
6 changed files with 17 additions and 5 deletions

View file

@ -27,10 +27,10 @@ def find_version(*file_paths):
install_requires = [
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.2.1, < 2.6',
'requests >= 2.6.1, < 2.7',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 1.0',
'docker-py >= 1.0.0, < 1.2',
'docker-py >= 1.1.0, < 1.2',
'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]