diff --git a/requirements.txt b/requirements.txt index 8707268..8127135 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ffmpy -git+https://github.com/kokarare1212/librespot-python +https://github.com/kokarare1212/librespot-python/archive/refs/heads/rewrite.zip music_tag Pillow protobuf tabulate -tqdm \ No newline at end of file +tqdm diff --git a/setup.py b/setup.py index 11cadfd..e5510ad 100644 --- a/setup.py +++ b/setup.py @@ -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, )