Pin wtforms due to removal of ext module.
This commit is contained in:
parent
9308959be2
commit
89cc69f772
3
setup.py
3
setup.py
@ -124,7 +124,8 @@ install_requires = [
|
|||||||
'waitress',
|
'waitress',
|
||||||
'alembic>=0.7.5',
|
'alembic>=0.7.5',
|
||||||
'python-dateutil',
|
'python-dateutil',
|
||||||
'wtforms',
|
# WTForms removed the "ext" module in 3.0.
|
||||||
|
'wtforms<3.0',
|
||||||
'py-bcrypt',
|
'py-bcrypt',
|
||||||
'pytest>=2.3.1',
|
'pytest>=2.3.1',
|
||||||
'pytest-xdist',
|
'pytest-xdist',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user