Skip to content

Commit

Permalink
Fixing imports amending reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Oct 23, 2023
1 parent 2fe5cf2 commit d6438e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
flash,
Response,
jsonify,
logging
)
from flask_session import Session
from flask_socketio import SocketIO
Expand All @@ -24,6 +23,7 @@
from geventwebsocket.handler import WebSocketHandler
from geventwebsocket import WebSocketError
import websocket
import logging

# Load secrets from a JSON file
with open("secrets.json") as f:
Expand Down
1 change: 1 addition & 0 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
kubernetes==28.1.0
logging==0.4.9.6
MarkupSafe==2.1.3
oauthlib==3.2.2
pyasn1==0.5.0
Expand Down

0 comments on commit d6438e5

Please sign in to comment.