Initial commit
This commit is contained in:
8
main.py
Normal file
8
main.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
from fastapi import FastAPI
|
||||||
|
|
||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
|
||||||
|
@app.get('/')
|
||||||
|
async def root():
|
||||||
|
return {"message": "Hello World"}
|
||||||
14
requirements.txt
Normal file
14
requirements.txt
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
asgiref==3.3.4
|
||||||
|
click==8.0.1
|
||||||
|
colorama==0.4.4
|
||||||
|
fastapi==0.65.1
|
||||||
|
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