diff options
| author | 2020-05-13 13:12:54 +0200 | |
|---|---|---|
| committer | 2020-05-13 13:12:54 +0200 | |
| commit | 64e81d2b625591ec98e2e0ccd4eb59f89b1b33b1 (patch) | |
| tree | 4dcea3ce0825c69148431d24cc2aa4bd35a99872 /Pipfile | |
| parent | Expand guild whitelist (diff) | |
| parent | Merge branch 'master' into python-news (diff) | |
Merge pull request #899 from ks129/python-news
Python News implemention
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" |