We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?!
The text was updated successfully, but these errors were encountered:
#316 - Switch to using plain pyproject.toml
d608947
- Manage dependencies in requirements files - Use pip-tools to manage dependencies - Remove poetry
8f43b16
28478b1
473e3d6
- Move dependenceis into pyproject.toml
reckart
No branches or pull requests
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?!
The text was updated successfully, but these errors were encountered: