We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e02873f + c530526 commit aa00b0aCopy full SHA for aa00b0a
CHANGELOG.rst
@@ -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
6
7
6.3.0
8
=======
setup.cfg
@@ -29,6 +29,7 @@ packages = find:
29
install_requires =
30
packaging>=20.0
31
setuptools
32
+ tomli>=1.0.0 # keep in sync
33
python_requires = >=3.6
34
package_dir =
35
=src
0 commit comments