Don't use pyramid 2 until we can deal with that upstream
This commit is contained in:
parent
446c33f920
commit
bdf47f72eb
3
setup.py
3
setup.py
|
@ -44,6 +44,9 @@ requires = [
|
||||||
# TODO: remove cap for mysql-connector once we figure out what's up with that
|
# TODO: remove cap for mysql-connector once we figure out what's up with that
|
||||||
'mysql-connector-python==8.0.17',
|
'mysql-connector-python==8.0.17',
|
||||||
|
|
||||||
|
# TODO: relax this once changes are dealt with upstream
|
||||||
|
'pyramid<2',
|
||||||
|
|
||||||
'invoke', # 1.4.1
|
'invoke', # 1.4.1
|
||||||
'psycopg2', # 2.8.4
|
'psycopg2', # 2.8.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue