We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbdbbf commit f5ec82eCopy full SHA for f5ec82e
1 file changed
pyproject.toml
@@ -20,14 +20,16 @@ classifiers = [
20
]
21
22
dependencies = [
23
- "opencv-python"
+ "opencv-python",
24
+ "anyplayer>=0.0.3"
25
26
27
[project.optional-dependencies]
-simpleaudio = ["simpleaudio"]
28
-pyaudio = ["pyaudio"]
29
-playsound = ["playsound2"]
30
-pydub = ["pydub"]
+simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
+pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
+playsound = ["anyplayer[playsound]>=0.0.3"]
31
+pydub = ["anyplayer[pydub]>=0.0.3"]
32
+dev = ["anyplayer[dev]>=0.0.3"]
33
34
[project.urls]
35
"Homepage" = "https://github.com/bad-apple-lab/Bad-Apple-Python-Module"
0 commit comments