Create requirements.txt

#1
by Ciccio1964 - opened

from fastapi import FastAPI

app = FastAPI()

@app .get("/")
def greet_json():
return {"Hello": "World!"}

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment