Skip to content

Commit e933efd

Browse files
committed
Add ftputil dependency for debian pipeline
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent ed5c165 commit e933efd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

minecode_pipelines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
VERSION = "0.0.1b4"
10+
VERSION = "0.0.1b6"

pyproject-minecode_pipelines.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b4"
7+
version = "0.0.1b6"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }
@@ -40,6 +40,7 @@ dependencies = [
4040
"aboutcode.hashid >= 0.2.0",
4141
"packageurl_python >= 0.15.6",
4242
"scancodeio >= 35.3.0",
43+
"ftputil == 5.1.0",
4344
]
4445

4546
urls = { Homepage = "https://github.com/aboutcode-org/purldb" }
@@ -52,7 +53,7 @@ mine_debian = "minecode_pipelines.pipelines.mine_debian:MineDebian"
5253
mine_nuget = "minecode_pipelines.pipelines.mine_nuget:MineNuGet"
5354

5455
[tool.bumpversion]
55-
current_version = "0.0.1b4"
56+
current_version = "0.0.1b6"
5657
allow_dirty = true
5758

5859
files = [

0 commit comments

Comments
 (0)