mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-07 12:50:54 +00:00
20 lines
548 B
Plaintext
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
|