update doc for pinning of setuptools

This commit is contained in:
Manuel Barkhau 2020-11-01 18:23:33 +00:00
parent 6dbf3fcc4a
commit f175401b73

View file

@ -14,6 +14,7 @@ toml
lexid lexid
colorama>=0.4 colorama>=0.4
# needed pkg_resources.parse_version # setuptools is needed for pkg_resources.parse_version
setuptools<46.0.0; python_version < "3.5" # Support for Python 2 was dropped with v45
setuptools>=46.0.0; python_version >= "3.5" setuptools<45.0.0; python_version < "3.5"
setuptools>=45.0.0; python_version >= "3.5"