We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606125d commit 395aff5Copy full SHA for 395aff5
setup.py
@@ -26,6 +26,7 @@
26
"Programming Language :: Python :: 3.9",
27
],
28
packages=['zspotify'],
29
- 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',
30
+ 'librespot @ git+https://github.com/kokarare1212/librespot-python'],
31
include_package_data=True,
32
)
0 commit comments