I am using a private package repository Sonatype Nexus Repository Manager version 3.38. This is the version currently supported by my company and i have no other option. Unfortunately, this repo only provides md5 hashes via the simple api. As abhorrent as that is, I think we should be able to use poetry with these legacy systems. This would make poetry more accessible to developers and I am sure many companies are stuck using similar repositories.
Is there any way that a developer could specify a hashing algorithm to use to verify the checksum? Potentially a config option in pyproject.toml?
I am using a private package repository Sonatype Nexus Repository Manager version 3.38. This is the version currently supported by my company and i have no other option. Unfortunately, this repo only provides md5 hashes via the simple api. As abhorrent as that is, I think we should be able to use poetry with these legacy systems. This would make poetry more accessible to developers and I am sure many companies are stuck using similar repositories.
Is there any way that a developer could specify a hashing algorithm to use to verify the checksum? Potentially a config option in pyproject.toml?