Spaces:
Sleeping
Sleeping
| # Development dependencies | |
| -r requirements.txt | |
| # Testing | |
| pytest==7.4.4 | |
| pytest-asyncio==0.24.0 | |
| pytest-cov==4.1.0 | |
| pytest-mock==3.14.0 | |
| # Code quality | |
| black==24.1.1 | |
| ruff==0.3.5 | |
| mypy==1.10.0 | |
| pylint==3.1.0 | |
| isort==5.13.2 | |
| # Debugging & Development | |
| ipython==8.20.0 | |
| ipdb==0.13.13 | |
| python-dotenv==1.0.1 | |
| # Documentation | |
| sphinx==7.2.6 | |
| sphinx-rtd-theme==2.0.0 | |