Update Pipfile

master
Yash Agarwal 2019-03-12 20:07:14 +05:30 committed by GitHub
parent ececcb26e3
commit 2808b002a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ certifi = "==2017.4.17"
chardet = "==3.0.4" chardet = "==3.0.4"
idna = "==2.5" idna = "==2.5"
pyparsing = "==2.2.0" pyparsing = "==2.2.0"
requests = "==2.17.3" requests = ">=2.20.0"
six = "==1.10.0" six = "==1.10.0"
spotipy = "==2.4.4" spotipy = "==2.4.4"
urllib3 = "==1.21.1" urllib3 = ">=1.23"
eyeD3 = "==0.8" eyeD3 = "==0.8"
titlecase = "*" titlecase = "*"