diff --git a/setup.py b/setup.py index 0e92cb5..933d486 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author="Jeff Forcier", author_email="jeff@bitprophet.org", url="https://fabric-patchwork.readthedocs.io", - install_requires=["fabric>=2.0,<3.0"], + install_requires=["fabric>=2.0,<3.1"], packages=find_packages(), classifiers=[ "Development Status :: 5 - Production/Stable",