Skip to content

Commit 5734217

Browse files
committed
chore: Added tests dependencies
1 parent 85ea219 commit 5734217

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

requirements.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,30 @@ anyio==4.11.0
33
asyncpg==0.30.0
44
certifi==2025.8.3
55
click==8.3.0
6+
coverage==7.10.7
67
dotenv==0.9.9
78
elastic-transport==9.1.0
89
elasticsearch==9.1.1
910
fastapi==0.117.1
1011
h11==0.16.0
1112
idna==3.10
13+
iniconfig==2.1.0
1214
loguru==0.7.3
15+
packaging==25.0
16+
pluggy==1.6.0
1317
pydantic==2.11.9
14-
pydantic-core==2.33.2
1518
pydantic-settings==2.10.1
19+
pydantic_core==2.33.2
20+
Pygments==2.19.2
1621
pyotp==2.9.0
22+
pytest==8.4.2
23+
pytest-cov==7.0.0
1724
python-dateutil==2.9.0.post0
1825
python-dotenv==1.1.1
1926
six==1.17.0
2027
sniffio==1.3.1
2128
starlette==0.48.0
22-
typing-extensions==4.15.0
2329
typing-inspection==0.4.1
30+
typing_extensions==4.15.0
2431
urllib3==2.5.0
2532
uvicorn==0.37.0

0 commit comments

Comments
 (0)