File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Used by the keyword/topic analyzer
22beautifulsoup4
33textacy
4+ markdownify >= 1.2.0
45
56# Must pin to a version compatible with the spacy-model below
67spacy[transformers] >=3.8.7,< 4.0
Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ azure-storage-blob==12.26.0
3636babel==2.17.0
3737 # via courlan
3838beautifulsoup4==4.13.5
39- # via -r analyzer.in
39+ # via
40+ # -r analyzer.in
41+ # markdownify
4042blis==1.2.1
4143 # via thinc
4244boto3==1.40.39
@@ -176,6 +178,8 @@ marisa-trie==1.3.1
176178 # via language-data
177179markdown-it-py==4.0.0
178180 # via rich
181+ markdownify==1.2.0
182+ # via -r analyzer.in
179183markupsafe==3.0.2
180184 # via jinja2
181185mdurl==0.1.2
@@ -345,6 +349,7 @@ six==1.17.0
345349 # via
346350 # azure-core
347351 # langdetect
352+ # markdownify
348353 # python-dateutil
349354smart-open==7.3.1
350355 # via weasel
You can’t perform that action at this time.
0 commit comments