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:
parent
bec59242a0
commit
8bc443f9fb
3 changed files with 8 additions and 3 deletions
|
@ -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
7
requirements-dev.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
pytest
|
||||||
|
pytest-profiling
|
||||||
|
|
||||||
|
mypy
|
||||||
|
types-lxml
|
||||||
|
types-tqdm
|
||||||
|
pandas-stubs
|
|
@ -1,2 +0,0 @@
|
||||||
pytest
|
|
||||||
pytest-profiling
|
|
Loading…
Add table
Add a link
Reference in a new issue