feat(apps): configure la connexion à l'API Mock

This commit is contained in:
Meryemel-gham
2026-09-21 09:11:43 +02:00
parent b96546cea3
commit 0ddfb1997d
6 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -17,6 +17,7 @@ dependencies = [
"argon2-cffi>=23.1",
"anyio>=4.0",
"aiosmtplib>=5.1.3",
"httpx>=0.28.1",
"pandas>=3.0.5",
]
@@ -27,7 +28,6 @@ dev = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
"httpx>=0.28.1",
"pandas-stubs>=3.0.5.260914",
]