Files
python-fun/pyproject.toml

15 lines
293 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "python-fun"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]