diff options
| author | 2020-12-18 23:06:44 -0500 | |
|---|---|---|
| committer | 2020-12-18 23:06:44 -0500 | |
| commit | 620fa3fb82d1de8424a699a1b6676eeddd04eba2 (patch) | |
| tree | 69dba8e871a5bfcb0f5d1e5b3fe8a02b19da8091 /Pipfile | |
| parent | Fix pending tests (diff) | |
Downgrade `markdownify` from 0.6.0 to 0.5.3.
0.6.0 brought breaking changes to markdownify, so we'll downgrade.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ deepdiff = "~=4.0" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" -markdownify = "~=0.4" +markdownify = "==0.5.3" more_itertools = "~=8.2" python-dateutil = "~=2.8" pyyaml = "~=5.1" |