Tom Aarsen 9062d25d0d
Resolve numerous typos (#280)
* Resolve numerous typos

* Resolve typo in mime type
2023-02-24 17:48:23 -08:00

20 lines
548 B
Plaintext

black>=22.3.0
coverage
# NOTE(mrobinson) - Pinning click due to a unicode issue in black
# can remove after black drops support for Python 3.6
# ref: https://github.com/psf/black/issues/2964
click>=8.1
flake8
mypy
pytest-cov
# NOTE(robinson) - Currently tests do not pass with 0.0.18. Added the following
# issue to address
# ref: https://github.com/Unstructured-IO/unstructured/issues/200
label_studio_sdk==0.0.17
types-requests
vcrpy
# NOTE(robinson) - The following pins are to address
# vulnerabilities in dependency scans
certifi>=2022.12.07