File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Released: not yet
18
18
19
19
* Addressed safety issues up to 2025-01-29.
20
20
21
+ * Dev: Added missing dependencies for development.
22
+
21
23
* Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
22
24
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
23
25
MacOS to the normal tests.
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ imagesize==1.3.0
202
202
Jinja2==3.0.0; python_version == '3.6'
203
203
Jinja2==3.1.5; python_version >= '3.7'
204
204
keyring==17.0.0
205
+ levenshtein==0.25.1
205
206
MarkupSafe==2.0.0
206
207
more-itertools==5.0.0
207
208
pkginfo==1.4.2
@@ -218,6 +219,7 @@ requests-mock==1.6.0
218
219
requests-toolbelt==0.8.0
219
220
rfc3986==1.3.0
220
221
rich==12.0.0
222
+ roman-numerals-py==1.0.0; python_version >= '3.9' # used by Sphinx>=8.2.0
221
223
smmap==3.0.1
222
224
snowballstemmer==2.0.0
223
225
toml==0.10.0
You can’t perform that action at this time.
0 commit comments