mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update doc for pinning of setuptools
This commit is contained in:
parent
6dbf3fcc4a
commit
f175401b73
1 changed files with 4 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ toml
|
|||
lexid
|
||||
colorama>=0.4
|
||||
|
||||
# needed pkg_resources.parse_version
|
||||
setuptools<46.0.0; python_version < "3.5"
|
||||
setuptools>=46.0.0; python_version >= "3.5"
|
||||
# setuptools is needed for pkg_resources.parse_version
|
||||
# Support for Python 2 was dropped with v45
|
||||
setuptools<45.0.0; python_version < "3.5"
|
||||
setuptools>=45.0.0; python_version >= "3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue