Spaces:
Running
Running
File size: 294 Bytes
3e08670 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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 |