Trying to get this to host
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
|||||||
web: Uvicorn main:app
|
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app
|
||||||
|
|||||||
15
requirments.txt
Normal file
15
requirments.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
asgiref==3.3.4
|
||||||
|
click==8.0.1
|
||||||
|
colorama==0.4.4
|
||||||
|
fastapi==0.65.1
|
||||||
|
gunicorn==20.1.0
|
||||||
|
h11==0.12.0
|
||||||
|
httptools==0.2.0
|
||||||
|
pydantic==1.8.2
|
||||||
|
python-dotenv==0.17.1
|
||||||
|
PyYAML==5.4.1
|
||||||
|
starlette==0.14.2
|
||||||
|
typing-extensions==3.10.0.0
|
||||||
|
uvicorn==0.14.0
|
||||||
|
watchgod==0.7
|
||||||
|
websockets==9.1
|
||||||
Reference in New Issue
Block a user