Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaalram02 committed Sep 16, 2023
1 parent 909da3d commit 55f541c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
47 changes: 42 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
flask
python-dotenv
authlib
requests
apiflask
APIFlask==2.0.1
apispec==6.3.0
Authlib==1.2.1
bidict==0.22.1
black==23.7.0
blinker==1.6.2
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.7
cryptography==41.0.3
Flask==2.3.3
Flask-HTTPAuth==4.8.0
flask-marshmallow==0.15.0
Flask-SocketIO==5.3.6
Flask-SQLAlchemy==3.0.5
h11==0.14.0
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
marshmallow==3.20.1
mypy-extensions==1.0.0
packaging==23.1
pathspec==0.11.2
platformdirs==3.10.0
psycopg2-binary==2.9.7
pycparser==2.21
python-dotenv==1.0.0
python-engineio==4.7.1
python-socketio==5.9.0
requests==2.31.0
simple-websocket==0.10.1
SQLAlchemy==2.0.20
tomli==2.0.1
typing_extensions==4.7.1
urllib3==2.0.4
webargs==8.3.0
Werkzeug==2.3.7
wsproto==1.2.0
zipp==3.16.2
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from server import app

if __name__ == "__main__":
app.run(port=3001, debug=True)
app.run(port=3005)

0 comments on commit 55f541c

Please sign in to comment.