Team13.4 / pyproject.toml
Xmaster6y's picture
initial setup
ab8b5a4
raw
history blame contribute delete
235 Bytes
[project]
name = "fhe"
version = "0.0.0-dev"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"fastapi>=0.103.2",
"pydantic>=1.10.18",
"uvicorn[standard]>=0.30.6",
]