fixing security vulnerabilities

master
Yash Agarwal 2019-03-12 20:05:33 +05:30
parent dd80b9b988
commit ececcb26e3
2 changed files with 24 additions and 13 deletions

24
Pipfile 100644
View File

@ -0,0 +1,24 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
appdirs = "==1.4.3"
beautifulsoup4 = "==4.6.0"
bs4 = "==0.0.1"
certifi = "==2017.4.17"
chardet = "==3.0.4"
idna = "==2.5"
pyparsing = "==2.2.0"
requests = "==2.17.3"
six = "==1.10.0"
spotipy = "==2.4.4"
urllib3 = "==1.21.1"
eyeD3 = "==0.8"
titlecase = "*"
[requires]
python_version = "3.7"

View File

@ -1,13 +0,0 @@
appdirs==1.4.3
beautifulsoup4==4.6.0
bs4==0.0.1
certifi==2017.4.17
chardet==3.0.4
eyeD3==0.8
idna==2.5
packaging==16.8
pyparsing==2.2.0
requests==2.17.3
six==1.10.0
spotipy==2.4.4
urllib3==1.21.1