Skip to content

Commit

Permalink
Merge pull request #210 from snyk/fix/add-missing-pkg-resources
Browse files Browse the repository at this point in the history
fix: add missing pkg_resources import
  • Loading branch information
admons authored Jun 12, 2023
2 parents 3d23738 + 2e7c1e4 commit c302b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dependencies/inspect-implementation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function createAssets() {
path.join(__dirname, '../../pysrc/reqPackage.py'),
path.join(__dirname, '../../pysrc/setup_file.py'),
path.join(__dirname, '../../pysrc/utils.py'),
path.join(__dirname, '../../pysrc/pkg_resources.py'),

path.join(__dirname, '../../pysrc/requirements/fragment.py'),
path.join(__dirname, '../../pysrc/requirements/parser.py'),
Expand Down

0 comments on commit c302b83

Please sign in to comment.