Skip to content

Commit aa00b0a

Browse files
Merge pull request #628 from RonnyPfannschmidt/fix-regressions
fix #625: add tomli to install_requires again
2 parents e02873f + c530526 commit aa00b0a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.3.1
2+
=====
3+
4+
* fix #625: restore tomli in install_requires after the regression changes in took it out
5+
and some users never added it even tho they have pyproject.toml files
16

27
6.3.0
38
=======

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ packages = find:
2929
install_requires =
3030
packaging>=20.0
3131
setuptools
32+
tomli>=1.0.0 # keep in sync
3233
python_requires = >=3.6
3334
package_dir =
3435
=src

0 commit comments

Comments
 (0)