From 2ed2840be8888256f00044f76420e04eab51ac06 Mon Sep 17 00:00:00 2001 From: cooper7692 Date: Sun, 5 Dec 2021 22:39:38 -0500 Subject: [PATCH] removed git dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )