Skip to content

Commit d37ab43

Browse files
authored
Merge pull request #223 from cooper7692/main
removed Git Dependency
2 parents 395aff5 + 2ed2840 commit d37ab43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ffmpy
2-
git+https://github.com/kokarare1212/librespot-python
2+
https://github.com/kokarare1212/librespot-python/archive/refs/heads/rewrite.zip
33
music_tag
44
Pillow
55
protobuf
66
tabulate
7-
tqdm
7+
tqdm

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
],
2828
packages=['zspotify'],
2929
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm',
30-
'librespot @ git+https://github.com/kokarare1212/librespot-python'],
30+
'librespot @ https://github.com/kokarare1212/librespot-python/archive/refs/heads/rewrite.zip'],
3131
include_package_data=True,
3232
)

0 commit comments

Comments
 (0)