diff options
author | Clint Byrum <clint@fewbar.com> | 2016-09-20 17:05:52 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2016-09-20 17:08:11 -0700 |
commit | 2351d624aed7aae9d58ce37676c0181687be0e8a (patch) | |
tree | 8b4a28368ecc7ba225f34ebe7271b661535914f9 /requirements.txt | |
parent | 9137f53d903e3191d6a758671ad31d9475349f19 (diff) | |
download | ironic-2351d624aed7aae9d58ce37676c0181687be0e8a.tar.gz |
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
84a7dc47e2f666ff11b5816387b7ada2371e48c2 and was presumably copied from
Nova whilst forking Ironic.
Change-Id: Ied4591e38cbe151b9c2fbca28ec9d006ed4afcfb
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 60d48f356..c898e824e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 |