Skip to content

Commit

Permalink
Update pip3 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefwigms committed Apr 20, 2024
1 parent 5101623 commit 792a5d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion app/main/routes_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import os
import uuid
from datetime import timedelta
from flask import current_app, escape, make_response, request, send_file, render_template
from markupsafe import escape
from flask import current_app, make_response, request, send_file, render_template
from pathlib import Path
from ruamel.yaml import YAML
from webargs import fields
Expand Down
25 changes: 13 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Flask==2.1.2
Flask_Cors==3.0.10
Flask_SocketIO==5.2.0
webargs==8.1.0
ruamel.yaml==0.17.21
requests==2.31.0
mock==4.0.3
python-dateutil==2.8.2
bleak==0.19.5
eventlet==0.33.3
dnspython==2.2.1
aenum==3.1.11
aenum==3.1.15
bleak==0.21.1
dnspython==2.6.1
eventlet==0.36.1
Flask_Cors==4.0.0
Flask_SocketIO==5.3.6
Flask==3.0.3
MarkupSafe==2.1.5
mock==5.1.0
packaging==21.3
python-dateutil==2.9.0.post0
requests==2.31.0
ruamel.yaml==0.18.6
webargs==8.4.0

0 comments on commit 792a5d3

Please sign in to comment.