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
14 lines
198 B
TOML
14 lines
198 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = ">=1.1"
|
|
pycryptodome = ">=3.10,<4.0.0"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
ruff = "*"
|
|
pre_commit = "*"
|