Adding XMLHTML parsing dependencies for Markdeep import/export of Lepiter interactive notes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-02-07 11:53:13 -05:00
parent 92cebdfe04
commit 65123bfce2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
loads: #('Minimal' 'Indent' 'YAML')].
"Packages"
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil' 'PetitParser') ]
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil' 'PetitParser' 'XMLParserHTML') ]
]
]