exasol / python-toolbox

Infrastructure & Automation Tooling for Python Projects
https://exasol.github.io/python-toolbox/
MIT License
2 stars 0 forks source link

✨ Add nox task to verify dependency declarations #233

Open ckunki opened 1 month ago

ckunki commented 1 month ago

Summary

pyproject.toml support different alternatives for declaring dependencies to other python packages:

Details

The PTB should be enhanced

Background & Context

The Exasol Integration Team decided to only use references to releases published on pypi. Other references turned out to cause inconsistencies in dependencies and a lot of trouble.

Tasks

Jannis-Mittenzwei commented 3 weeks ago

waiting for review by @Nicoretti