21 lines
464 B
TOML
21 lines
464 B
TOML
[tool.poetry]
|
|
name = "tcl-filtrage"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
fastapi = {extras = ["all"], version = "^0.70.0"}
|
|
httpx = "^0.20.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pre-commit = "^2.15.0"
|
|
pytest = "^6.2.5"
|
|
pytest-vcr = "^1.0.2"
|
|
freezegun = "^1.1.0"
|
|
invoke = "^1.6.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|