aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-05-13 13:12:54 +0200
committerGravatar GitHub <[email protected]>2020-05-13 13:12:54 +0200
commit64e81d2b625591ec98e2e0ccd4eb59f89b1b33b1 (patch)
tree4dcea3ce0825c69148431d24cc2aa4bd35a99872 /Pipfile
parentExpand guild whitelist (diff)
parentMerge branch 'master' into python-news (diff)
Merge pull request #899 from ks129/python-news
Python News implemention
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index e7fb61957..14c9ef926 100644
--- a/Pipfile
+++ b/Pipfile
@@ -21,6 +21,8 @@ sentry-sdk = "~=0.14"
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"