diff options
| author | 2021-04-14 22:28:22 -0700 | |
|---|---|---|
| committer | 2021-04-14 22:28:22 -0700 | |
| commit | e2eb0558459c1fb4a06ce69dde51c68aa2b6c751 (patch) | |
| tree | e8e89462f3f7ee406592fbdf46de79585c01f880 /Pipfile | |
| parent | AntiSpam: create tasks in a safer manner (diff) | |
| parent | Merge pull request #1524 from python-discord/output-snowflakes-in-one-embed (diff) | |
Merge branch 'main' into bug/filters/902/antispam-punish-once
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -20,14 +20,13 @@ emoji = "~=0.6" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" -markdownify = "==0.5.3" +markdownify = "==0.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" python-frontmatter = "~=1.0.0" pyyaml = "~=5.1" -requests = "~=2.22" +regex = "==2021.4.4" sentry-sdk = "~=0.19" -sphinx = "~=2.2" statsd = "~=3.3" [dev-packages] |