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.
1 parent 4509fc0 commit 73472bdCopy full SHA for 73472bd
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+v6.2.0
2
+=======
3
+
4
+* fix #608: resolve tomli dependency issue by making it a hard dependency
5
+ as all intended/supported install options use pip/wheel this is only a feature release
6
7
v6.1.1
8
=======
9
setup.cfg
@@ -28,7 +28,7 @@ classifiers =
28
packages = find:
29
install_requires =
30
setuptools>=45
31
- tomli~=1.0
+ tomli>=1.0
32
python_requires = >=3.6
33
package_dir =
34
=src
0 commit comments