Skip to content

Commit e213d5a

Browse files
committed
install ordered_set (causing crash) and lock werkzeug to not go to 3.0 (requires larger changes)
1 parent edc2813 commit e213d5a

File tree

2 files changed

+653
-556
lines changed

2 files changed

+653
-556
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Flask = "~=2.0.0"
1414
Flask-Cors = "~=3.0.8"
1515
Flask-Limiter = "~=3.2.0"
1616
gunicorn = "~=22.0.0"
17+
werkzeug = "~=2.0.0"
1718
sqlalchemy = "~=1.3.13"
1819
flask-sqlalchemy = "~=2.5.0"
1920
marshmallow-sqlalchemy = "~=0.23"
@@ -25,6 +26,7 @@ python-dotenv = "*"
2526
flask-migrate = "*"
2627
requests = "*"
2728
sentry-sdk = "*"
29+
ordered-set = "*"
2830

2931
[requires]
3032
python_version = "3.8"

0 commit comments

Comments
 (0)