23 lines
444 B
TOML
23 lines
444 B
TOML
[tool.poetry]
|
|
name = "f1tness-parser"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["pro100ton <pro100ton@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pydantic = "^2.10.5"
|
|
pytest = "^8.3.4"
|
|
sqlalchemy = "^2.0.37"
|
|
psycopg2 = "^2.9.10"
|
|
python-dotenv = "^1.0.1"
|
|
asyncpg = "^0.30.0"
|
|
grpcio = "^1.70.0"
|
|
grpcio-tools = "^1.70.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|