Skip to content

Commit

Permalink
Add zkpython to install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHAO Yijun authored Jan 26, 2019
1 parent bf4ee5d commit 427c1a8
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 @@ -41,7 +41,7 @@ def find_version(*paths):
download_url=(
'https://github.com/douban/pymesos/archive/%s.tar.gz' % version
),
install_requires=['six', 'http-parser', 'addict'],
install_requires=['six', 'http-parser', 'addict', 'zkpython'],
setup_requires=pytest_runner,
tests_require=[
'pytest-cov',
Expand Down

0 comments on commit 427c1a8

Please sign in to comment.