File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ /__pycache__ /
2+ /venv
Original file line number Diff line number Diff line change 1+ from fastapi import FastAPI
2+
3+ app = FastAPI ()
4+
5+ @app .get ("/" )
6+ async def root ():
7+
8+ return {
9+ "message" : "hello world"
10+ }
Original file line number Diff line number Diff line change 1-
1+ anyio == 3.6.2
2+ certifi == 2022.12.7
3+ click == 8.1.3
4+ dnspython == 2.3.0
5+ email-validator == 1.3.1
6+ fastapi == 0.95.0
7+ h11 == 0.14.0
8+ httpcore == 0.16.3
9+ httptools == 0.5.0
10+ httpx == 0.23.3
11+ idna == 3.4
12+ itsdangerous == 2.1.2
13+ Jinja2 == 3.1.2
14+ MarkupSafe == 2.1.2
15+ orjson == 3.8.9
16+ pydantic == 1.10.7
17+ python-dotenv == 1.0.0
18+ python-multipart == 0.0.6
19+ PyYAML == 6.0
20+ rfc3986 == 1.5.0
21+ sniffio == 1.3.0
22+ starlette == 0.26.1
23+ typing_extensions == 4.5.0
24+ ujson == 5.7.0
25+ uvicorn == 0.21.1
26+ uvloop == 0.17.0
27+ watchfiles == 0.19.0
28+ websockets == 11.0.1
You can’t perform that action at this time.
0 commit comments