Skip to content

Commit

Permalink
Add purl-python library to setup #805 #275
Browse files Browse the repository at this point in the history
 * This is a first rough implmentation using
   https://github.com/package-url/packageurl-python
 * Based on package-url/purl-spec#1

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 8, 2018
1 parent fac2db7 commit f61d7f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def read(*names, **kwargs):
'pymaven-patch >= 0.2.4',
'requests >= 2.7.0, < 3.0.0',
'schematics_patched',
'purl-python',

# scancode
'click >= 6.0.0, < 7.0.0',
Expand All @@ -186,8 +187,6 @@ def read(*names, **kwargs):
# used by yg.lockfile
'contextlib2', 'pytz', 'tempora', 'jaraco.timing',
'zc.lockfile >= 1.0.0, < 2.0.1',


],
extras_require={
':platform_system == "Windows"': ['lxml == 3.6.0'],
Expand Down

0 comments on commit f61d7f6

Please sign in to comment.