From 9ab357e26f28eeb905c1475254e470de1b93c037 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 24 Sep 2019 19:10:56 -0400 Subject: [PATCH] Add html5lib requirement as bs4 parser --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index c08f897..9a61dbb 100644 --- a/Pipfile +++ b/Pipfile @@ -20,6 +20,7 @@ beautifulsoup4 = "*" "discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py"} "hurry.filesize" = "*" requests = "*" +html5lib = "*" [dev-packages] lxml = "*"