We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd7e47 commit d8a28adCopy full SHA for d8a28ad
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "badapple"
3
-version = "0.0.4"
+version = "0.0.5"
4
description = "play the video in the console as ASCII art"
5
readme = "README.rst"
6
requires-python = ">=3.7"
@@ -21,10 +21,11 @@ classifiers = [
21
22
dependencies = [
23
"opencv-python",
24
- "anyplayer>=0.0.3"
25
]
26
27
[project.optional-dependencies]
+audio = ["anyplayer>=0.0.3"]
28
+anyplayer = ["anyplayer>=0.0.3"]
29
simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
30
pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
31
playsound = ["anyplayer[playsound]>=0.0.3"]
0 commit comments