add more...
This commit is contained in:
16
python/fastapi_example/pyproject.toml
Normal file
16
python/fastapi_example/pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user