Remove setuptools from requirements
Setuptools is currently listed as a requirement for shipyard-client, but it is not used. Pegging setuptools forces downgrading when installing shipyard-client, which can cause issues for packages that attempt to utilize features found in newer versions of setuptools. Removing the setuptools requirements will allow installing users to choose their own version of setuptools to use. Change-Id: I88570b69346ec7019e753bdd8681fd63d55dc8c8
This commit is contained in:
parent
a9ff859df9
commit
9bf298fea7
@ -19,6 +19,5 @@ click==6.7
|
||||
click-default-group==1.2
|
||||
keystoneauth1==3.11.1
|
||||
requests==2.20.0
|
||||
setuptools==40.4.1
|
||||
PTable==0.9.2
|
||||
pyyaml==5.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user