Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #11 from csalazar/master
Browse files Browse the repository at this point in the history
Added docker-py to setup install_requires
  • Loading branch information
vshlapakov committed Jul 14, 2016
2 parents e2dc488 + 05f605a commit 3fca8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
include_package_data=True,
zip_safe=False,
install_requires=['click', 'requests', 'six', 'shub'],
install_requires=['click', 'requests', 'six', 'shub', 'docker-py'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 3fca8a1

Please sign in to comment.