Skip to content

Commit

Permalink
UPD: require docker package when installing with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Oct 11, 2021
1 parent a3c4ca6 commit 0138c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
zip_safe=False, # don't use eggs
long_description=long_desc,

install_requires=['docker'],
package_data={'': ['./Docker/*']},
include_package_data=True,

Expand Down

0 comments on commit 0138c78

Please sign in to comment.