diff options
| author | 2021-05-05 11:15:07 +0200 | |
|---|---|---|
| committer | 2021-05-05 11:15:07 +0200 | |
| commit | 224129a93f616f5cc84c2c00ca688951282e0746 (patch) | |
| tree | c6e63e7912d8e2f0031bed27a1518ddb39f2c0b9 /Pipfile | |
| parent | fix: make requested changes (diff) | |
| parent | Merge pull request #1520 from python-discord/str-join-tag (diff) | |
Merge branch 'main' into is-vs-==
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] |