Merge pull request #223 from cooper7692/main

removed Git Dependency
This commit is contained in:
Logykk 2021-12-08 21:34:26 +13:00 committed by GitHub
commit d37ab43880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ffmpy ffmpy
git+https://github.com/kokarare1212/librespot-python https://github.com/kokarare1212/librespot-python/archive/refs/heads/rewrite.zip
music_tag music_tag
Pillow Pillow
protobuf protobuf
tabulate tabulate
tqdm tqdm

View File

@ -27,6 +27,6 @@ setup(
], ],
packages=['zspotify'], packages=['zspotify'],
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 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, include_package_data=True,
) )