Skip to content

Commit

Permalink
chore: pin down WTForms (#1735)
Browse files Browse the repository at this point in the history
* chore: pin down WTForms

* lint
  • Loading branch information
dpgaspar authored Nov 9, 2021
1 parent 28f60b9 commit c36d89c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ werkzeug==1.0.1
# flask
# flask-jwt-extended
wtforms==2.3.3
# via flask-wtf
# via
# Flask-AppBuilder (setup.py)
# flask-wtf
zipp==3.5.0
# via importlib-metadata

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def desc():
"prison>=0.2.1, <1.0.0",
"PyJWT>=1.7.1, <2.0.0",
"sqlalchemy-utils>=0.32.21, <1",
"WTForms<3.0.0",
],
extras_require={
"jmespath": ["jmespath>=0.9.5"],
Expand Down

0 comments on commit c36d89c

Please sign in to comment.