aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-05-14 08:56:43 +0300
committerGravatar ks129 <[email protected]>2020-05-14 08:56:43 +0300
commitf827a8452a22867f9a446d2dbc0a2e1959b8b8de (patch)
treee1de6625541ca49a6250c08222723a03e49cd418 /Pipfile
parentPEP Improvisations: Moved `get_pep_zero_embed` to outside of Cog (diff)
parentMerge pull request #899 from ks129/python-news (diff)
Merge branch 'master' into pep-improvisations
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"