e2e tests 0.1
This commit is contained in:
+2
-1
@@ -22,7 +22,7 @@ dependencies = [
|
||||
"python-jose (>=3.5.0,<4.0.0)",
|
||||
"python-multipart (>=0.0.32,<0.0.33)",
|
||||
"aiosqlite (>=0.22.1,<0.23.0)",
|
||||
"greenlet (>=3.5.4,<4.0.0)"
|
||||
"greenlet (>=3.5.4,<4.0.0)",
|
||||
]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@@ -33,6 +33,7 @@ allure-pytest = ">=2.16.0,<3.0.0"
|
||||
ipython = ">=9.15.0,<10.0.0"
|
||||
httpie = ">=3.2.4,<4.0.0"
|
||||
pytest-asyncio = ">=1.4.0,<2.0.0"
|
||||
requests-async = ">=0.2.4,<0.3.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user