fixed asgi.py, added option to serve static files via starlette

This commit is contained in:
Jenny Danzmayr 2023-07-14 05:27:20 +02:00
parent 99ec96f9f1
commit d6909ebbd1
2 changed files with 28 additions and 5 deletions

View file

@ -0,0 +1,3 @@
starlette==0.30.0
uvicorn==0.22.0
gunicorn==20.1.0