-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support Git packages #115
Comments
Thanks for reporting @sanmai-NL. Nice find. |
@sanmai-NL I'm thinking of how to support this. The repo name is not necessarily the same as the package name, so I don't think I can guess the package name only having the URI. I likely need to go to the URI and look for the package definition (e.g. the pyproject.toml, a setup.py or similar, and extract the name of the package from it. 🤔 |
@sanmai-NL I think I've made this work now. Do you think you can give this a go and see if it works for you? |
@sanmai-NL please see if v2.1.0 fixes this for you. |
⛔️ Blocker: #114 (comment). |
I'm closing this for now. We can reopen this if needed. |
In
requirements.txt
and modern package managers inpyproject.toml
alike: e.g.,Pattern @ git+https://github.com/uob-vil/pattern.git
.When such a dependency is specified, it's incorrectly reported as unused by creosote 1.0.3.
The text was updated successfully, but these errors were encountered: