Skip to content

Commit cc1b939

Browse files
authored
Merge pull request #1097 from readthedocs/davidfischer/dep-markdownify
Add markdownify as a dependency
2 parents 4772841 + beed7fa commit cc1b939

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements/analyzer.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Used by the keyword/topic analyzer
22
beautifulsoup4
33
textacy
4+
markdownify >= 1.2.0
45

56
# Must pin to a version compatible with the spacy-model below
67
spacy[transformers] >=3.8.7,< 4.0

requirements/analyzer.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ azure-storage-blob==12.26.0
3636
babel==2.17.0
3737
# via courlan
3838
beautifulsoup4==4.13.5
39-
# via -r analyzer.in
39+
# via
40+
# -r analyzer.in
41+
# markdownify
4042
blis==1.2.1
4143
# via thinc
4244
boto3==1.40.39
@@ -176,6 +178,8 @@ marisa-trie==1.3.1
176178
# via language-data
177179
markdown-it-py==4.0.0
178180
# via rich
181+
markdownify==1.2.0
182+
# via -r analyzer.in
179183
markupsafe==3.0.2
180184
# via jinja2
181185
mdurl==0.1.2
@@ -345,6 +349,7 @@ six==1.17.0
345349
# via
346350
# azure-core
347351
# langdetect
352+
# markdownify
348353
# python-dateutil
349354
smart-open==7.3.1
350355
# via weasel

0 commit comments

Comments
 (0)