mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Add html5lib requirement as bs4 parser
This commit is contained in:
parent
ce132fbc64
commit
9ab357e26f
1 changed files with 1 additions and 0 deletions
1
Pipfile
1
Pipfile
|
@ -20,6 +20,7 @@ beautifulsoup4 = "*"
|
||||||
"discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py"}
|
"discord.py" = {extras = ["voice"],git = "https://github.com/Rapptz/discord.py"}
|
||||||
"hurry.filesize" = "*"
|
"hurry.filesize" = "*"
|
||||||
requests = "*"
|
requests = "*"
|
||||||
|
html5lib = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
lxml = "*"
|
lxml = "*"
|
||||||
|
|
Loading…
Reference in a new issue