Sharon Hart
Sharon Hart
A few bugs in DICOM verify engine now causing `test_dicom_image_pii_verify_engine_integration.py` tests fail: 1. When we remove duplicates - we take the first element regardless of the score - [code pointer](https://github.com/microsoft/presidio/blob/main/presidio-image-redactor/presidio_image_redactor/dicom_image_pii_verify_engine.py#L192)...
## Change Description Modernize packaging by migrating from setup.py to pyproject.toml: * Dropped all setup.py and setup.cfg * Added pyproject.toml for all 5 presidio packages * Used ['flat-layout' automatic package...
## Change Description * Drop pipenv for PDM * Implement DRY by instructing PDM to take dependencies from the new pyproject.toml, dropping the Pipfiles. * That change required moving server...