Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Computas committed Sep 23, 2024
1 parent 0d31391 commit 90237d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.3
itsdangerous==2.2.0
Flask-SocketIO==5.3.6
Flask-SocketIO==5.3.7
Flask-SQLAlchemy==3.1.0
azure-cognitiveservices-vision-customvision==3.1.0
azure-common==1.1.28
Expand All @@ -9,7 +9,7 @@ azure-storage-blob==12.20.0
flake8==7.0.0
pytest==8.3.2
pyodbc===5.1.0
gunicorn==22.0.0
gunicorn==23.0.0
Pillow==10.3.0
flask-cors==4.0.1
requests==2.32.3
Expand Down
1 change: 1 addition & 0 deletions src/singleplayer/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def get_n_drawings_by_label():
traceback.print_stack()
return json.dumps(images), 200


@singleplayer.route("/auth", methods=["POST"])
def authenticate():
"""
Expand Down
2 changes: 1 addition & 1 deletion startapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Number of workers: $nworkers"


# Default settings and entry point to flask
default_settings="-k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w=1 --chdir src/ main:app"
default_settings="-k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 --chdir src/ main:app"
logfile='/home/LogFiles/flaskapp.log'


Expand Down

0 comments on commit 90237d0

Please sign in to comment.