From 034e0d17112ee3592d34f027840a85f50d18fff0 Mon Sep 17 00:00:00 2001 From: Josh Yu Date: Fri, 3 Mar 2023 19:54:48 +0800 Subject: [PATCH] Supported Fabric 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",