23 lines
501 B
TOML
23 lines
501 B
TOML
[project]
|
|
name = "f1tness-parser"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.32.0",
|
|
"pydantic>=2.11.7",
|
|
"pydantic-settings>=2.0.0",
|
|
"pytest>=8.3.4",
|
|
"python-dotenv>=1.0.1",
|
|
"jinja2>=3.1.0",
|
|
"python-multipart>=0.0.6",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"mypy>=1.17.1",
|
|
"types-grpcio>=1.0.0.20250703",
|
|
"types-protobuf>=6.30.2.20250822",
|
|
]
|