Files
pdfplumber/requirements-dev.txt
T
Jeremy Singer-Vine cdfdb87a21 Enforce type annotations via mypy --strict
Enforcement added via:
- The repo's Makefile (`make check-mypy` & `make lint`)
- The repo's main GitHub Action
2022-05-06 09:51:01 -04:00

11 lines
167 B
Plaintext

pytest==6.2.5
pytest-cov==3.0.0
pytest-parallel==0.1.1
flake8==4.0.1
black==22.3.0
isort==5.10.1
pandas==1.4.2
mypy==0.942
pandas-stubs==1.2.0.58
types-Pillow==9.0.14