diff options
| author | 2022-04-29 14:21:32 +0200 | |
|---|---|---|
| committer | 2022-04-29 14:21:32 +0200 | |
| commit | 0ed1b4a0b533fe887795ad0fdd9569023b11c631 (patch) | |
| tree | e72204697c607934fdd727394ce97cdce9063ea0 /pyproject.toml | |
| parent | Merge pull request #2155 from python-discord/use-async-with-typing (diff) | |
revert bump to markdownify version
The new versions introduce conversions which causes the doc command
embed to be formatted improperly
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 402d05f70..515b086ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ emoji = "1.7.0"  feedparser = "6.0.8"  rapidfuzz = "2.0.7"  lxml = "4.8.0" -markdownify = "0.10.3" +markdownify = "0.6.1"  more_itertools = "8.12.0"  python-dateutil = "2.8.2"  python-frontmatter = "1.0.0" | 
