Files
presidio/presidio-image-redactor/Pipfile
Sharon Hart cb0184afa2 Add Ruff linter + Apply Ruff fix (#1379)
* Add Ruff linter + Apply Ruff fix

* Move up linting

* Move up linting

* Move up linting

* docs

* docs
2024-05-12 10:16:47 +03:00

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 = "*"