Remove BeautifulSoup dependency (as of #191)

This commit is contained in:
ritiek
2018-01-06 18:42:22 +05:30
parent 4d664956cd
commit 90b08b3334
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
pathlib >= 1.0.1 pathlib >= 1.0.1
BeautifulSoup4 >= 0.4.13
youtube_dl >= 2017.5.1 youtube_dl >= 2017.5.1
pafy >= 0.5.3.1 pafy >= 0.5.3.1
spotipy >= 2.4.4 spotipy >= 2.4.4

View File

@@ -5,7 +5,6 @@ from core import logger
from core import metadata from core import metadata
from core import convert from core import convert
from core import internals from core import internals
from bs4 import BeautifulSoup
from titlecase import titlecase from titlecase import titlecase
from slugify import slugify from slugify import slugify
import spotipy import spotipy