Don't use pyramid 2 until we can deal with that upstream

This commit is contained in:
Lance Edgar 2021-06-11 17:44:35 -05:00
parent 446c33f920
commit bdf47f72eb

View file

@ -44,6 +44,9 @@ requires = [
# TODO: remove cap for mysql-connector once we figure out what's up with that
'mysql-connector-python==8.0.17',
# TODO: relax this once changes are dealt with upstream
'pyramid<2',
'invoke', # 1.4.1
'psycopg2', # 2.8.4