diff options
| author | 2021-01-10 03:32:54 +0100 | |
|---|---|---|
| committer | 2021-01-10 06:16:10 +0100 | |
| commit | 5df60dd2ad10aec1c0368ed357562338e89a1250 (patch) | |
| tree | 0482622f8ee49cb129bd2de50dde748386c2271e /Pipfile | |
| parent | Set exception on future (diff) | |
Bump markdownify to 0.6.1-0.6.*
The 0.6 release brought a new parameter that has to be included in all
tag handling methods
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.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" pyyaml = "~=5.1" |