Skip to content

Commit f5ec82e

Browse files
committed
🔧 add anyplayer
1 parent cbbdbbf commit f5ec82e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ classifiers = [
2020
]
2121

2222
dependencies = [
23-
"opencv-python"
23+
"opencv-python",
24+
"anyplayer>=0.0.3"
2425
]
2526

2627
[project.optional-dependencies]
27-
simpleaudio = ["simpleaudio"]
28-
pyaudio = ["pyaudio"]
29-
playsound = ["playsound2"]
30-
pydub = ["pydub"]
28+
simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
29+
pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
30+
playsound = ["anyplayer[playsound]>=0.0.3"]
31+
pydub = ["anyplayer[pydub]>=0.0.3"]
32+
dev = ["anyplayer[dev]>=0.0.3"]
3133

3234
[project.urls]
3335
"Homepage" = "https://github.com/bad-apple-lab/Bad-Apple-Python-Module"

0 commit comments

Comments
 (0)