don't make numpy a hard requirement
the websockify code works without numpy. It will be slower, however it only seems to be used if you are directly processing masked buffers in python. However, the current code hard enforces numpy in setup.py, so if you install the package you forcably get numpy. In OpenStack we use the websockify proxy a lot of places where the numpy paths aren't touched. Forcing numpy to be installed in all these circumstances is somewhat overkill. This would take it out of forced requirements.
This commit is contained in:
parent
19b558e4cd
commit
ea76bc9d8b