Choose a user with booking availability among many
This commit is contained in:
parent
a8322d6be0
commit
559c3b6d69
18 changed files with 1810 additions and 147 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue