Open reckart opened 6 months ago
Describe the refactoring action Instead of using poetry, use a plain pyproject.toml without setup.py but use pip-tools to pin requirements.
pyproject.toml
setup.py
pip-tools
Expected benefit Simpler build?!
Describe the refactoring action Instead of using poetry, use a plain
pyproject.toml
withoutsetup.py
but usepip-tools
to pin requirements.Expected benefit Simpler build?!