ABle to send the booking request to several courts at the same time
This commit is contained in:
parent
fcc08f03f1
commit
51af600d28
11 changed files with 288 additions and 99 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue