Skip to content

Commit db1c0e8

Browse files
authored
remove unwanted dependencies, bump up sentry sdk (#129)
1 parent 0b77693 commit db1c0e8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

requirements.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
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
2+
youtube-dl>=2020.11.29
3+
sentry-sdk==0.19.4
84
wheel==0.34.2
95
peewee==3.13.3

spotify_dl/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__all__ = ['VERSION']
22

3-
VERSION = '7.2.0'
3+
VERSION = '7.3.0'
44
SAVE_PATH = '~/.spotifydl'

0 commit comments

Comments
 (0)