-
Notifications
You must be signed in to change notification settings - Fork 429
feat: transitive extractor for Python requirements #1877
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1877 +/- ##
==========================================
+ Coverage 65.28% 65.34% +0.05%
==========================================
Files 164 164
Lines 15868 15886 +18
==========================================
+ Hits 10359 10380 +21
+ Misses 4845 4843 -2
+ Partials 664 663 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
#1846 Going to wait for this one to get merged in first, then we need to do some work to support having both extractor types similar to what that PR does for the pomxml extractor. |
@another-rex do you have idea how long this will take roughly? |
This PR enables the transitive extractor for Python requirement files. Considering that there is only the native registry client for PyPI, we use that for requirements.txt transitive extractor.