17 lines
311 B
TOML
17 lines
311 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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|