📜  快速 api - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:58.132000             🧑  作者: Mango

代码示例2
pip install fastapi
pip install uvicorn # ASGI server
pip install starlette # lightweight ASGI framework/toolkit
pip install pydantic # Data validation and type annotations
# OR
pip install fastapi uvicorn starlette pydantic