add more...

This commit is contained in:
CaptainNEO
2022-03-09 21:07:59 +08:00
parent 731c5d5bea
commit c1eb1c06ea
5 changed files with 431 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "fastapi_example"
version = "0.1.0"
description = ""
authors = ["CaptainNEO <tianpengfei@rcrai.com>"]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.75.0"
uvicorn = "^0.17.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"