Skip to content

Commit

Permalink
Specify pyzfscmds ver breaks setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Dec 3, 2018
1 parent 5516421 commit 1455a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

dev_require = [
'Sphinx',
'docutils-stubs' # Type hints
'docutils-stubs' # Type hints
]

dependency_links = [
Expand Down Expand Up @@ -43,7 +43,7 @@ def readme():
],
keywords='cli',
packages=find_packages(exclude=["*tests*", "test_*"]),
install_requires=['click', 'pyzfscmds >= 0.1.4'],
install_requires=['click', 'pyzfscmds'],
setup_requires=['pytest-runner'],
dependency_links=dependency_links,
tests_require=tests_require,
Expand Down

0 comments on commit 1455a9b

Please sign in to comment.