Describe the bug
ADSIngestParser cannot be installed into a python virtual environment where ADSPipelineUtils is or will be installed.
To Reproduce
Using python3.10+, create a virtual environment. Attempt to install adsputils==1.4.3 and adsingestp>=0.9.3. Pip will complain about incompatible requirements because adsputils has the requirement setuptools<45
Additional context
ADSIngestParser will eventually need the ADS standard logging and configuration utilities contained in ADSPipelineUtils. This can be fixed temporarily by setting ADSIngestParser requirements in the pyingest.toml file to use setuptools<=60.10.0.
Describe the bug ADSIngestParser cannot be installed into a python virtual environment where ADSPipelineUtils is or will be installed.
To Reproduce Using python3.10+, create a virtual environment. Attempt to install adsputils==1.4.3 and adsingestp>=0.9.3. Pip will complain about incompatible requirements because adsputils has the requirement setuptools<45
Additional context ADSIngestParser will eventually need the ADS standard logging and configuration utilities contained in ADSPipelineUtils. This can be fixed temporarily by setting ADSIngestParser requirements in the pyingest.toml file to use setuptools<=60.10.0.