Skip to content

Commit

Permalink
pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jan 10, 2022
1 parent 4a1a0a7 commit 3e6455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def desc():
"Flask-SQLAlchemy>=2.4, <3",
"Flask-WTF>=0.14.2, <0.15.0",
"Flask-JWT-Extended>=3.18, <4",
"jsonschema>=4.0.0, <5",
"jsonschema==4.0.0", # pinning version for now
"marshmallow>=3, <4",
"marshmallow-enum>=1.5.1, <2",
"marshmallow-sqlalchemy>=0.22.0, <0.27.0",
Expand Down

0 comments on commit 3e6455e

Please sign in to comment.