tcl-filtrage/pyproject.toml

21 lines
446 B
TOML
Raw Normal View History

2021-11-09 12:33:18 +01:00
[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"
2021-11-14 11:52:44 +01:00
pytest = "^6.2.5"
pytest-vcr = "^1.0.2"
2021-12-04 15:57:16 +01:00
freezegun = "^1.1.0"
2021-11-09 12:33:18 +01:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"