🎨 Install mypy and type stubs

fix/use-temp-sqlite3
Mike Gerber 2 days ago
parent bec59242a0
commit 8bc443f9fb

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

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

@ -1,2 +0,0 @@
pytest
pytest-profiling
Loading…
Cancel
Save