aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2021-01-23 05:50:34 +0100
committerGravatar Numerlor <[email protected]>2021-01-23 05:50:34 +0100
commit1b9aee6239aef1b0a3ce016145c1212e892f7d22 (patch)
tree35477c9eee021bb07d1f9017864aca2150024d6a /Pipfile
parentCreate a namespace var (diff)
lock markdownify version to 0.6.1
the 0.6.3 update brought a change that fails to ignore newlines in the html, introducing unnecessary lines into the output
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 54bd46ce8..2e76d2ede 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,7 +18,7 @@ deepdiff = "~=4.0"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
-markdownify = "~=0.6.1"
+markdownify = "==0.6.1"
more_itertools = "~=8.2"
python-dateutil = "~=2.8"
pyyaml = "~=5.1"