File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " badapple"
3
- version = " 0.0.5 "
3
+ version = " 0.0.6 "
4
4
description = " play the video in the console as ASCII art"
5
5
readme = " README.rst"
6
6
requires-python = " >=3.7"
@@ -24,13 +24,12 @@ dependencies = [
24
24
]
25
25
26
26
[project .optional-dependencies ]
27
- 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" ]
32
- pydub = [" anyplayer[pydub]>=0.0.3" ]
33
- dev = [" anyplayer[dev]>=0.0.3" ]
27
+ audio = [" anyplayer>=0.0.5" ]
28
+ anyplayer = [" anyplayer>=0.0.5" ]
29
+ simpleaudio = [" anyplayer[simpleaudio]>=0.0.5" ]
30
+ pyaudio = [" anyplayer[pyaudio]>=0.0.5" ]
31
+ playsound = [" anyplayer[playsound]>=0.0.5" ]
32
+ dev = [" anyplayer[dev]>=0.0.5" ]
34
33
35
34
[project .urls ]
36
35
"Homepage" = " https://github.com/bad-apple-lab/Bad-Apple-Python-Module"
You can’t perform that action at this time.
0 commit comments