-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
cdxgen fails to look at all dependencies for python project #336
Comments
Thank you for your support and patience. Please retest with version 8.6.0 |
I am check python repository with 2 files requirements.txt. Dependencies in result file is not all. Problem not resolve. |
@LeontyV Are you referring to the dependency tree under "dependencies." That is currently only supported for a handful of languages. With 8.6.0 the focus was on the "components" section to list all dependencies reliably. |
@LeontyV Adding some informational messages to troubleshoot issues like the one in your requirements.
|
It seems like cdxgen stops looking for dependencies after reading the "requirements-dev.txt" file. This is an issue as some packages have a requirements-dev.txt file but not a requirements.txt file. In that case, cdxgen should check the setup.py file to look for runtime dependencies.
The text was updated successfully, but these errors were encountered: