Don't use pyramid 2 until we can deal with that upstream
This commit is contained in:
parent
446c33f920
commit
bdf47f72eb
1 changed files with 3 additions and 0 deletions
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
|
||||
'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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue