Officially cap our Fabric dependency at v1

will make rattail-fabric2 project for fabric v2
This commit is contained in:
Lance Edgar 2018-12-03 00:50:08 -06:00
parent 9ee36a3eb8
commit 060fa981f4

View file

@ -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 = [