Skip to content

Commit 395aff5

Browse files
authored
Fix librespot install_requires
1 parent 606125d commit 395aff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"Programming Language :: Python :: 3.9",
2727
],
2828
packages=['zspotify'],
29-
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 'git+https://github.com/kokarare1212/librespot-python'],
29+
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm',
30+
'librespot @ git+https://github.com/kokarare1212/librespot-python'],
3031
include_package_data=True,
3132
)

0 commit comments

Comments
 (0)