# Testing dependencies for BaoLife/Lichun # Core testing framework pytest==7.4.3 pytest-asyncio==0.21.1 pytest-timeout==2.2.0 # Coverage reporting (optional) pytest-cov==4.1.0 coverage[toml]==7.4.0 # Mocking and test utilities pytest-mock==3.12.0 # Async MySQL driver (should already be in main requirements) aiomysql==0.2.0 # Environment variable management python-dotenv==1.0.0