mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-20 05:17:56 +00:00
Install setuptools v59.6.0 when using Python 3.6
This commit is contained in:
parent
74018fae7b
commit
59e4e694e5
@ -8,4 +8,5 @@ psutil==5.9.0
|
||||
async-timeout==3.0.1
|
||||
distro==1.6.0
|
||||
py-cpuinfo==8.0.0
|
||||
setuptools==60.6.0 # don't upgrade because of https://github.com/pypa/setuptools/issues/3084
|
||||
setuptools==60.6.0; python_version >= '3.7' # don't upgrade because of https://github.com/pypa/setuptools/issues/3084
|
||||
setuptools==59.6.0; python_version < '3.7' # v59.7.0 dropped support for Python 3.6
|
||||
|
Loading…
Reference in New Issue
Block a user