Officially cap our Fabric dependency at v1
will make rattail-fabric2 project for fabric v2
This commit is contained in:
parent
9ee36a3eb8
commit
060fa981f4
4
setup.py
4
setup.py
|
@ -61,7 +61,7 @@ requires = [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
||||||
'Fabric', # 1.14.0
|
'Fabric<2.0', # 1.14.0
|
||||||
'invoke', # 0.22.1
|
'invoke', # 0.22.1
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ setup(
|
||||||
author_email = "lance@edbob.org",
|
author_email = "lance@edbob.org",
|
||||||
url = "https://rattailproject.org/",
|
url = "https://rattailproject.org/",
|
||||||
license = "GNU GPL v3",
|
license = "GNU GPL v3",
|
||||||
description = "Fabric Utilities for Rattail",
|
description = "Fabric (v1) Utilities for Rattail",
|
||||||
long_description = README,
|
long_description = README,
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue