Skip to content

Commit

Permalink
Improve Pypi package detection #2524
Browse files Browse the repository at this point in the history
- Streamline and remove duplicated code
- Remove lagacy metadata.json parsing
- Improve and clean tests
- Bump dparse and pkginfo

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed May 26, 2021
1 parent f2b5328 commit 8fea051
Show file tree
Hide file tree
Showing 143 changed files with 5,530 additions and 1,416 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==6.7
colorama==0.4.4
commoncode==21.1.21
debian-inspector==0.9.10
dparse2==0.5.0.4
dparse==0.5.1
extractcode==21.2.24
extractcode-7z==16.5.210223
extractcode-libarchive==3.5.1.210223
Expand Down Expand Up @@ -40,7 +40,7 @@ patch==1.16
pdfminer.six==20181108
pefile==2019.4.18
pip==20.3.3
pkginfo==1.5.0.1
pkginfo==1.7.0
pluggy==0.12.0
plugincode==21.1.21
ply==3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_requires =
colorama >= 0.3.9
commoncode >= 21.1.21
debian-inspector >= 0.9.10
dparse2
dparse >= 0.5.1
fasteners
fingerprints >= 0.6.0
ftfy < 5.0.0
Expand Down
Loading

0 comments on commit 8fea051

Please sign in to comment.