Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ N&S Dependency Loader changelog
1.2.16 (unreleased)
-------------------

- Nothing changed yet.
- Add mistune
- Remove python-slugify


1.2.15 (2026-04-10)
Expand Down
3 changes: 1 addition & 2 deletions dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
Dependency("annotated-types", "annotated_types", "==0.6.*", False),
Dependency("pydantic", "pydantic", "==2.11.10", False),
Dependency("pydantic-core", "pydantic_core", "==2.33.2", False),
Dependency("text-unidecode", "text_unidecode", "", False),
Dependency("python-slugify", "slugify", "", False)
Dependency("mistune", "mistune", "", False),
]

# On Windows, the hdf5 binary and thus h5py version depends on the QGis version
Expand Down
3 changes: 1 addition & 2 deletions external-dependencies/populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ bridgestyle \
pydantic \
typing-inspection \
annotated-types \
text-unidecode \
python-slugify
mistune

# Start a build/ directory for easier later cleanup.
mkdir build
Expand Down
Loading