We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b77693 commit db1c0e8Copy full SHA for db1c0e8
requirements.txt
@@ -1,9 +1,5 @@
1
spotipy==2.16
2
-google-api-python-client==1.6.2
3
-youtube-dl>=2020.11.17
4
-sentry-sdk==0.14.3
5
-colorama==0.4.3
6
-click==7.0
7
-lxml>=4.2
+youtube-dl>=2020.11.29
+sentry-sdk==0.19.4
8
wheel==0.34.2
9
peewee==3.13.3
spotify_dl/constants.py
@@ -1,4 +1,4 @@
__all__ = ['VERSION']
-VERSION = '7.2.0'
+VERSION = '7.3.0'
SAVE_PATH = '~/.spotifydl'
0 commit comments