1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-08 19:29:57 +02:00

🎨 Install mypy and type stubs

This commit is contained in:
Mike Gerber 2025-06-04 19:05:34 +02:00
parent bec59242a0
commit 8bc443f9fb
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,5 @@
``` ```
pip install -r requirements-test.txt pip install -r requirements-dev.txt
``` ```
To run tests: To run tests:

7
requirements-dev.txt Normal file
View file

@ -0,0 +1,7 @@
pytest
pytest-profiling
mypy
types-lxml
types-tqdm
pandas-stubs

View file

@ -1,2 +0,0 @@
pytest
pytest-profiling