asyncio style refactoring
This commit is contained in:
+4
-1
@@ -25,7 +25,10 @@ dependencies = [
|
||||
"httpie (>=3.2.4,<4.0.0)",
|
||||
"pytest-cov (>=7.1.0,<8.0.0)",
|
||||
"allure-pytest (>=2.16.0,<3.0.0)",
|
||||
"pytest-mock (>=3.15.1,<4.0.0)"
|
||||
"pytest-mock (>=3.15.1,<4.0.0)",
|
||||
"aiosqlite (>=0.22.1,<0.23.0)",
|
||||
"greenlet (>=3.5.4,<4.0.0)",
|
||||
"pytest-asyncio (>=1.4.0,<2.0.0)"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user