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

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