fix: pin setuptools version, pending pyramid/pkg_resources refactor
This commit is contained in:
parent
9ab04b37f1
commit
e85109f971
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ dependencies = [
|
||||||
"WebHelpers2",
|
"WebHelpers2",
|
||||||
"WuttJamaican[db]>=0.28.1",
|
"WuttJamaican[db]>=0.28.1",
|
||||||
"zope.sqlalchemy>=1.5",
|
"zope.sqlalchemy>=1.5",
|
||||||
|
|
||||||
|
# nb. this must be pinned for now, until pyramid can remove
|
||||||
|
# its dependency on pkg_resources.
|
||||||
|
# cf. https://github.com/Pylons/pyramid/issues/3731
|
||||||
|
"setuptools<81",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue