# Test dependencies for xfarma backend
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
httpx==0.25.2
factory-boy==3.3.0        # For test data generation
freezegun==1.2.2          # For time-based testing
responses==0.24.1         # For mocking HTTP requests
testcontainers==3.7.1     # For advanced container testing (optional)
