# Additional requirements for end-to-end testing
# These are typically already included in the main dependencies

# Already in pyproject.toml:
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# httpx>=0.24.0

# Additional dependencies for E2E tests that may not be in main dependencies
redis>=5.0.0
nats-py>=2.9.0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0