Files
bakery-ia/services/sales/tests/requirements.txt

10 lines
209 B
Plaintext
Raw Normal View History

2025-08-12 18:17:30 +02:00
# Testing dependencies for Sales Service
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-mock==3.12.0
httpx==0.25.2
fastapi[all]==0.104.1
sqlalchemy[asyncio]==2.0.23
aiosqlite==0.19.0
pandas==2.1.4
coverage==7.3.2