aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-04-20 15:19:46 +0300
committerGravatar ks129 <[email protected]>2020-04-20 15:19:46 +0300
commitc2eac1f8b2a424dd018909b0e4084e730e029210 (patch)
tree9d0cb98944c56f9505640365a3eb86bcc7f25b0e /Pipfile
parentAdded new function `News.get_webhook_names` + new variable `News.webhook_names` (diff)
Added new dependency `beatifulsoup4` for Python news HTML parsing
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 9994f58e9..14c9ef926 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,6 +22,7 @@ coloredlogs = "~=14.0"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
statsd = "~=3.3"
feedparser = "~=5.2"
+beautifulsoup4 = "~=4.9"
[dev-packages]
coverage = "~=5.0"