diff options
| author | 2020-05-18 18:15:14 -0400 | |
|---|---|---|
| committer | 2020-05-18 18:15:14 -0400 | |
| commit | dac35ccd5fc9b1823b41fb46f2404a774285f6b3 (patch) | |
| tree | 193873c8d706f99a266f9bdacc6121b6f7e06bac /Pipfile | |
| parent | Add message publishing to `Reddit` cog (diff) | |
| parent | Merge pull request #858 from python-discord/decorator-factory-mutability-tag (diff) | |
Merge branch 'master' into reddit-publish
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |