mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
* Add Ruff linter + Apply Ruff fix * Move up linting * Move up linting * Move up linting * docs * docs
23 lines
470 B
TOML
23 lines
470 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = ">=1.1.2"
|
|
pytesseract = ">=0.3.7,<1.0.0"
|
|
presidio-analyzer = ">=2.2.0"
|
|
pillow = ">=9.0,<10.0.0"
|
|
pydicom = ">=2.3.0,<3.0.0"
|
|
pypng = ">=0.20220715.0,<1.0.0"
|
|
python-gdcm = ">=3.0.22,<4.0.0"
|
|
matplotlib = ">=3.6.2,<4.0.0"
|
|
opencv-python = ">=4.8.0"
|
|
typing-extensions = "*"
|
|
azure-ai-formrecognizer = ">=3.3.0,<4.0.0"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-mock = "*"
|
|
ruff = "*"
|