Ability to book a single court at a given time with gestion-sports

This commit is contained in:
Stanislas Jouffroy 2024-02-11 22:15:23 +01:00
parent 3f18f0f4a2
commit e953a4110b
14 changed files with 489 additions and 66 deletions

View file

@ -10,6 +10,9 @@ readme = "README.md"
python = "^3.10"
pyyaml = "^6.0.1"
aiohttp = "^3.9.3"
pendulum = "^3.0.0"
pydantic = "^2.6.1"
pydantic-extra-types = "^2.5.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"