# Development dependencies -r requirements.txt # Testing pytest==9.1.1 pytest-cov==4.1.0 pytest-asyncio==0.21.1 # Code formatting and linting black==26.5.1 flake8==6.1.0 isort==5.12.0 mypy==1.7.1 # Pre-commit hooks pre-commit==3.5.0 # Documentation sphinx==7.2.6 sphinx-rtd-theme==1.3.0 sphinx-autodoc-typehints==1.25.2 # Development tools ipython==8.17.2 jupyter==1.0.0 # Type stubs types-requests==2.33.0.20260906 types-python-dateutil==2.8.19.14