From 72c0447b6d2077af8fe85805ccff708a5a0067e9 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 3 Sep 2021 17:15:35 +0200 Subject: [PATCH] fix #625: add tomli to install_requires again --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index df9ef8d1..3fe4541d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ packages = find: install_requires = packaging>=20.0 setuptools + tomli>=1.0.0 # keep in sync python_requires = >=3.6 package_dir = =src