Require pyramid 2.x; remove 1.x-style auth policies

This commit is contained in:
Lance Edgar 2024-06-03 23:13:25 -05:00
parent e17ef2edd8
commit efe477d0db
4 changed files with 8 additions and 86 deletions

View file

@ -56,7 +56,7 @@ install_requires =
paginate_sqlalchemy
passlib
Pillow
pyramid
pyramid>=2
pyramid_beaker
pyramid_deform
pyramid_exclog