File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77# See https://aboutcode.org for more information about nexB OSS projects.
88#
99
10- VERSION = "0.0.1b3 "
10+ VERSION = "0.0.1b8 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44
55[project ]
66name = " minecode_pipelines"
7- version = " 0.0.1b3 "
7+ version = " 0.0.1b8 "
88description = " A library for mining packageURLs and package metadata from ecosystem repositories."
99readme = " minecode_pipelines/README.rst"
1010license = { text = " Apache-2.0" }
@@ -40,13 +40,16 @@ dependencies = [
4040 " aboutcode.hashid >= 0.2.0" ,
4141 " packageurl_python >= 0.15.6" ,
4242 " scancodeio >= 35.3.0" ,
43+ " ftputil >= 5.1.0" ,
44+ " jawa >= 2.2.0" ,
45+ " arrow >= 1.3.0"
4346]
4447
4548urls = { Homepage = " https://github.com/aboutcode-org/purldb" }
4649
4750[project .entry-points ."scancodeio_pipelines" ]
4851mine_pypi = " minecode_pipelines.pipelines.mine_pypi:MinePypi"
49- mine_maven = " minecode_pipeline .pipelines.mine_maven:MineMaven"
52+ mine_maven = " minecode_pipelines .pipelines.mine_maven:MineMaven"
5053mine_cargo = " minecode_pipelines.pipelines.mine_cargo:MineCargo"
5154mine_debian = " minecode_pipelines.pipelines.mine_debian:MineDebian"
5255mine_alpine = " minecode_pipelines.pipelines.mine_alpine:MineAlpine"
You can’t perform that action at this time.
0 commit comments