Skip to content

Commit d8a28ad

Browse files
committed
🔧 v0.0.5
1 parent 9fd7e47 commit d8a28ad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "badapple"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "play the video in the console as ASCII art"
55
readme = "README.rst"
66
requires-python = ">=3.7"
@@ -21,10 +21,11 @@ classifiers = [
2121

2222
dependencies = [
2323
"opencv-python",
24-
"anyplayer>=0.0.3"
2524
]
2625

2726
[project.optional-dependencies]
27+
audio = ["anyplayer>=0.0.3"]
28+
anyplayer = ["anyplayer>=0.0.3"]
2829
simpleaudio = ["anyplayer[simpleaudio]>=0.0.3"]
2930
pyaudio = ["anyplayer[pyaudio]>=0.0.3"]
3031
playsound = ["anyplayer[playsound]>=0.0.3"]

0 commit comments

Comments
 (0)