Skip to content

Commit ff5d5b6

Browse files
committed
Remove unused dependencies
1 parent 02ce130 commit ff5d5b6

4 files changed

Lines changed: 548 additions & 6 deletions

File tree

dataflow_transfer/utils/filesystem.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import json
21
import logging
32
import os
43
import subprocess
54

6-
import xmltodict
7-
85
logger = logging.getLogger(__name__)
96

107

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ requires-python = ">=3.11"
3131
dependencies = [
3232
"click",
3333
"PyYAML",
34-
"xmltodict",
3534
"ibmcloudant",
3635
]
3736

@@ -51,4 +50,4 @@ requires = ["setuptools>=68", "wheel"]
5150
build-backend = "setuptools.build_meta"
5251

5352
[tool.setuptools.packages.find]
54-
where = ["."]
53+
where = ["."]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
PyYAML
22
click
3-
xmltodict
43
ibmcloudant

0 commit comments

Comments
 (0)