-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Pull requirements from pyproject.toml #283
Comments
I'm not using |
Yes, absolutely. I don't use flit but followed the official packaging tutorial which promotes the usage of I would even suggest that pip-compile-multi read it by default, and then tries to find |
I'd be interested in this feature too, thumbs up from me 👍 |
I'm all for this, but don't have time to implement it. I can review/merge a PR and make a release, though. |
I'm willing to look into this but can't promise to have enough time for this either. So no stress. Btw, great project 😊 Makes it a lot easier to manage multiple environments 👍 |
I have a project that is using flit and PEP 621 configuration for declaring dependencies. I'd like to be able to use pip-compile-multi to generate minimal compatible requirements files for it.
Currently, I have a script
for pinning the requirements, but I'd prefer to use pip-compile-multi in some way, so:
The text was updated successfully, but these errors were encountered: