Spaces:
Sleeping
Sleeping
| # Dépendances pour le développement | |
| -r requirements.txt | |
| # Testing | |
| pytest==7.4.3 | |
| pytest-cov==4.1.0 | |
| requests-mock==1.11.0 | |
| # Code quality | |
| black==23.12.0 | |
| flake8==6.1.0 | |
| pylint==3.0.3 | |
| isort==5.13.2 | |
| # Debugging | |
| ipython==8.18.1 | |
| ipdb==0.13.13 | |
| # Documentation | |
| sphinx==7.2.6 | |
| sphinx-rtd-theme==2.0.0 | |