Skip to content

Commit ee5f00b

Browse files
committed
remove subprocess from import
1 parent 62aaab5 commit ee5f00b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ license = {text = "GPL-3.0-or-later"}
1212

1313
dependencies = ['pandas',
1414
'glob2',
15-
'pathlib',
16-
'subprocess',
15+
'pathlib'
1716
]
1817

1918

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pandas
22
glob2
3-
pathlib
4-
subprocess
3+
pathlib

0 commit comments

Comments
 (0)