16 lines
364 B
TOML
16 lines
364 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",
|
|
]
|