3
0
Fork 0

fix: pin setuptools version, pending pyramid/pkg_resources refactor

This commit is contained in:
Lance Edgar 2026-02-08 11:01:23 -06:00
parent 9ab04b37f1
commit e85109f971

View file

@ -47,6 +47,11 @@ dependencies = [
"WebHelpers2",
"WuttJamaican[db]>=0.28.1",
"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",
]