Main page of booking platform can be reached
This commit is contained in:
parent
190d4d2a4b
commit
95e313d922
7 changed files with 571 additions and 3 deletions
|
@ -9,6 +9,7 @@ readme = "README.md"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
pyyaml = "^6.0.1"
|
||||
aiohttp = "^3.9.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.1.1"
|
||||
|
@ -17,6 +18,8 @@ isort = "^5.13.2"
|
|||
ruff = "^0.2.1"
|
||||
pytest-sugar = "^1.0.0"
|
||||
pytest-icdiff = "^0.9"
|
||||
pytest-asyncio = "^0.23.5"
|
||||
pytest-aioresponses = "^0.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue