Skip to content

Commit 2be6e07

Browse files
committed
chore: Added pytest asyncio to dependencies
1 parent 19b30e0 commit 2be6e07

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

requirements.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,41 @@ annotated-types==0.7.0
22
anyio==4.11.0
33
asyncpg==0.30.0
44
certifi==2025.8.3
5+
cfgv==3.4.0
56
click==8.3.0
67
coverage==7.10.7
8+
distlib==0.4.0
79
dotenv==0.9.9
810
elastic-transport==9.1.0
911
elasticsearch==9.1.1
1012
fastapi==0.117.1
13+
filelock==3.20.0
1114
h11==0.16.0
15+
identify==2.6.15
1216
idna==3.10
1317
iniconfig==2.1.0
1418
loguru==0.7.3
19+
nodeenv==1.9.1
1520
packaging==25.0
21+
platformdirs==4.5.0
1622
pluggy==1.6.0
23+
pre-commit==4.3.0
1724
pydantic==2.11.9
25+
pydantic-core==2.33.2
1826
pydantic-settings==2.10.1
19-
pydantic_core==2.33.2
20-
Pygments==2.19.2
27+
pygments==2.19.2
2128
pyotp==2.9.0
2229
pytest==8.4.2
30+
pytest-asyncio==1.2.0
2331
pytest-cov==7.0.0
2432
python-dateutil==2.9.0.post0
2533
python-dotenv==1.1.1
34+
pyyaml==6.0.3
2635
six==1.17.0
2736
sniffio==1.3.1
2837
starlette==0.48.0
38+
typing-extensions==4.15.0
2939
typing-inspection==0.4.1
30-
typing_extensions==4.15.0
3140
urllib3==2.5.0
3241
uvicorn==0.37.0
42+
virtualenv==20.35.3

0 commit comments

Comments
 (0)