Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.0.3
Werkzeug==2.0.3
Werkzeug==3.1.4
Flask-SQLAlchemy==2.5.1
Flask-Caching==2.0.2
Flask-Migrate==2.5.3
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ markupsafe==2.1.3
# via
# jinja2
# mako
# werkzeug
# wtforms
marshmallow==2.20.2
# via
Expand All @@ -122,7 +123,9 @@ pycparser==2.20
pydantic==1.6.2
# via -r requirements.in
pymysql[rsa]==1.0.2
# via -r requirements.in
# via
# -r requirements.in
# pymysql
pyrsistent==0.17.3
# via jsonschema
python-dateutil==2.8.1
Expand Down Expand Up @@ -168,7 +171,7 @@ urllib3==1.25.11
# via
# botocore
# requests
werkzeug==2.0.3
werkzeug==3.1.4
# via
# -r requirements.in
# flask
Expand Down