Choose a user with booking availability among many

This commit is contained in:
Stanislas Jouffroy 2024-03-05 00:24:28 +01:00
parent a8322d6be0
commit 559c3b6d69
18 changed files with 1810 additions and 147 deletions

View file

@ -15,6 +15,7 @@ pydantic = "^2.6.1"
pydantic-extra-types = "^2.5.0"
python-dotenv = "^1.0.1"
jinja2 = "^3.1.3"
beautifulsoup4 = "^4.12.3"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
@ -39,6 +40,10 @@ pythonpath = [
]
log_cli = 1
log_cli_level = "DEBUG"
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"uncertain",
]
[build-system]
requires = ["poetry-core"]