/ requirements-dev.txt
requirements-dev.txt
 1  # Development and testing dependencies for f(x) Protocol API
 2  # Install with: pip install -r requirements.txt -r requirements-dev.txt
 3  
 4  # Testing framework
 5  pytest>=7.4.0
 6  pytest-asyncio>=0.21.0
 7  
 8  # HTTP client (upgraded for test compatibility)
 9  httpx>=0.25.0
10  
11  # Code coverage (optional)
12  pytest-cov>=4.1.0
13