ABle to send the booking request to several courts at the same time

This commit is contained in:
Stanislas Jouffroy 2024-02-15 19:55:07 +01:00
parent fcc08f03f1
commit 51af600d28
11 changed files with 288 additions and 99 deletions

View file

@ -13,6 +13,7 @@ aiohttp = "^3.9.3"
pendulum = "^3.0.0"
pydantic = "^2.6.1"
pydantic-extra-types = "^2.5.0"
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
@ -24,6 +25,14 @@ pytest-icdiff = "^0.9"
pytest-asyncio = "^0.23.5"
pytest-aioresponses = "^0.2.0"
[tool.ruff]
line-length = 88
[tool.pytest.ini_options]
pythonpath = [
".", "resa_padel", "rr"
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"