From 060fa981f4c18c580debf235f4e80e0ee20ef063 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 3 Dec 2018 00:50:08 -0600 Subject: [PATCH] Officially cap our Fabric dependency at v1 will make rattail-fabric2 project for fabric v2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cfa12d9..c30287f 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ requires = [ # # package # low high - 'Fabric', # 1.14.0 + 'Fabric<2.0', # 1.14.0 'invoke', # 0.22.1 ] @@ -73,7 +73,7 @@ setup( author_email = "lance@edbob.org", url = "https://rattailproject.org/", license = "GNU GPL v3", - description = "Fabric Utilities for Rattail", + description = "Fabric (v1) Utilities for Rattail", long_description = README, classifiers = [