diff options
| author | 2021-05-04 11:39:24 +0300 | |
|---|---|---|
| committer | 2021-05-04 11:39:24 +0300 | |
| commit | eaba4d3e9df320b3086cdc6f357525c2a53c1482 (patch) | |
| tree | 12452ea1c9b292bfbd11435ec57c32cdf174c8d5 /Pipfile | |
| parent | Removed opinions from text. (diff) | |
| parent | Merge pull request #1556 from ToxicKidz/mod-ping-off-embed-timestamp (diff) | |
Merge branch 'main' into str-join-tag
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,15 +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" regex = "==2021.4.4" -requests = "~=2.22" sentry-sdk = "~=0.19" -sphinx = "~=2.2" statsd = "~=3.3" [dev-packages] |