Skip to content

Commit

Permalink
bump up requirements, clean up unwanted files (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat authored Jul 16, 2021
1 parent 676bf40 commit 836929c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: tests

clean:
find . | grep -E "\(__pycache__|\.pyc|\.pyo$\)" | xargs rm -rf
rm -f tests/*mp3
rm -f tests/*mp*
rm -f tests/downloaded_songs.txt

tests: clean
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
peewee==3.13.3
sentry_sdk==0.19.4
youtube-dl>=2021.04.01
youtube-dl>=2021.06.06
spotipy==2.16.1
mutagen==1.45.1
spotipy== 2.16.1
31 changes: 0 additions & 31 deletions spotify_dl/cache.py

This file was deleted.

20 changes: 0 additions & 20 deletions tests/test_cache_get.py

This file was deleted.

0 comments on commit 836929c

Please sign in to comment.