Skip to content

Commit cd7132b

Browse files
committed
Drop pdm & fix deps
1 parent 59d0dcc commit cd7132b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ dependencies = [
1111
"librosa>=0.9.0",
1212
"richuru>=0.1.1",
1313
"praat-parselmouth>=0.4.3",
14+
"click>=8.0.0",
1415
]
1516
description = "Preprocess audio data"
1617
license = {text = "Apache"}
1718
name = "fish-audio-preprocess"
1819
readme = "README.md"
1920
requires-python = ">=3.9"
20-
version = "0.2.5"
21+
version = "0.2.6"
2122

2223
[project.scripts]
2324
fap = "fish_audio_preprocess.cli.__main__:cli"
2425

25-
2626
[build-system]
2727
requires = ["setuptools", "setuptools-scm"]
2828
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)