Add support for Pyramid 2.x; new security policy

custom apps are still free to use pyramid 1.x

new security policy is only used if config file says so
This commit is contained in:
Lance Edgar 2024-04-16 09:48:29 -05:00
parent 85d62a8e38
commit 8b4b3de336
4 changed files with 91 additions and 14 deletions

View file

@ -49,9 +49,6 @@ install_requires =
# TODO: remove once their bug is fixed? idk what this is about yet...
deform<2.0.15
# TODO: remove this cap and address warnings that follow
pyramid<2
asgiref
colander
ColanderAlchemy
@ -65,6 +62,7 @@ install_requires =
paginate_sqlalchemy
passlib
Pillow
pyramid
pyramid_beaker>=0.6
pyramid_deform
pyramid_exclog