diff options
| author | 2021-01-23 05:50:34 +0100 | |
|---|---|---|
| committer | 2021-01-23 05:50:34 +0100 | |
| commit | 1b9aee6239aef1b0a3ce016145c1212e892f7d22 (patch) | |
| tree | 35477c9eee021bb07d1f9017864aca2150024d6a /Pipfile | |
| parent | Create 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-- | 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.6.1" +markdownify = "==0.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" pyyaml = "~=5.1" |