mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Fix librespot install_requires
This commit is contained in:
parent
606125db07
commit
395aff5d77
3
setup.py
3
setup.py
@ -26,6 +26,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
packages=['zspotify'],
|
||||
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 'git+https://github.com/kokarare1212/librespot-python'],
|
||||
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm',
|
||||
'librespot @ git+https://github.com/kokarare1212/librespot-python'],
|
||||
include_package_data=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user