23 lines
490 B
TOML
23 lines
490 B
TOML
[project]
|
|
name = "f1tness-parser"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pydantic>=2.11.7",
|
|
"pytest>=8.3.4",
|
|
"sqlalchemy>=2.0.37",
|
|
"psycopg2-binary>=2.9.10",
|
|
"python-dotenv>=1.0.1",
|
|
"asyncpg>=0.30.0",
|
|
"grpcio>=1.70.0",
|
|
"grpcio-tools>=1.70.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"mypy>=1.17.1",
|
|
"types-grpcio>=1.0.0.20250703",
|
|
"types-protobuf>=6.30.2.20250822",
|
|
]
|