Skip to content

Commit 72c0447

Browse files
fix #625: add tomli to install_requires again
1 parent 682d669 commit 72c0447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)