Remove version cap for pyramid

upstream now supports pyramid 2.x
This commit is contained in:
Lance Edgar 2024-04-16 09:50:16 -05:00
parent 3670d4a573
commit 1437189fa9

View file

@ -24,9 +24,6 @@ classifiers =
[options]
install_requires =
# TODO: relax this once changes are dealt with upstream
pyramid<2
# NOTE: we do not specify a restriction here, but in practice you may
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
mysql-connector-python