From cf4cc1ac0055efc9dbc18a986a9ccfe47da843d9 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 2 Jun 2017 10:52:21 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index c864c2f..903eeb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ -pathlib -requests -BeautifulSoup4 -youtube_dl -pafy -spotipy -eyed3 -mutagen -unicode-slugify -titlecase - +pathlib >= 1.0.1 +requests >= 2.17.3 +BeautifulSoup4 >= 0.4.13 +youtube_dl >= 2017.5.1 +pafy >= 0.5.3.1 +spotipy >= 2.4.4 +eyeD3 >= 0.8 +mutagen >= 1.37 +unicode-slugify >= 0.1.3 +titlecase >= 0.10.0