Skip to content

Commit

Permalink
Fix fabric requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Aug 12, 2024
1 parent 6b0b379 commit da93f54
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 @@ -39,7 +39,7 @@ def run_tests(self):
url='http://fabtools.readthedocs.org/',
license='BSD',
install_requires=[
"fabric>=1.7.0",
"fabric>=1.7.0,<2.0",
],
setup_requires=[],
tests_require=[
Expand Down

0 comments on commit da93f54

Please sign in to comment.