removed git dependency

This commit is contained in:
cooper7692 2021-12-05 22:39:38 -05:00 committed by GitHub
parent ed151f069c
commit 2ed2840be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ setup(
],
packages=['zspotify'],
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm',
'librespot @ git+https://github.com/kokarare1212/librespot-python'],
'librespot @ https://github.com/kokarare1212/librespot-python/archive/refs/heads/rewrite.zip'],
include_package_data=True,
)