Skip to content

Commit 5c8eed4

Browse files
committedFeb 23, 2025·
Fixed missing dependencies
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent e726e82 commit 5c8eed4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎docs/changes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Released: not yet
1818

1919
* Addressed safety issues up to 2025-01-29.
2020

21+
* Dev: Added missing dependencies for development.
22+
2123
* Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
2224
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
2325
MacOS to the normal tests.

‎minimum-constraints.txt

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ imagesize==1.3.0
202202
Jinja2==3.0.0; python_version == '3.6'
203203
Jinja2==3.1.5; python_version >= '3.7'
204204
keyring==17.0.0
205+
levenshtein==0.25.1
205206
MarkupSafe==2.0.0
206207
more-itertools==5.0.0
207208
pkginfo==1.4.2
@@ -218,6 +219,7 @@ requests-mock==1.6.0
218219
requests-toolbelt==0.8.0
219220
rfc3986==1.3.0
220221
rich==12.0.0
222+
roman-numerals-py==1.0.0; python_version >= '3.9' # used by Sphinx>=8.2.0
221223
smmap==3.0.1
222224
snowballstemmer==2.0.0
223225
toml==0.10.0

0 commit comments

Comments
 (0)
Please sign in to comment.