Remove websockify from requirements

This has never been needed by Ironic, and likely never will. It drags in
numpy, and makes the whole of Ironic that much more bloated.

The requirement was first added in
84a7dc47e2 and was presumably copied from
Nova whilst forking Ironic.

Change-Id: Ied4591e38cbe151b9c2fbca28ec9d006ed4afcfb
This commit is contained in:
Clint Byrum 2016-09-20 17:05:52 -07:00
parent 9137f53d90
commit 2351d624ae

View File

@ -18,7 +18,6 @@ python-swiftclient>=2.2.0 # Apache-2.0
pytz>=2013.6 # MIT
stevedore>=1.16.0 # Apache-2.0
pysendfile>=2.0.0 # MIT
websockify>=0.8.0 # LGPLv3
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0