From ea76bc9d8bceb6805f849e3c882a761decbbdef3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 27 Mar 2015 09:45:35 -0400 Subject: [PATCH] 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. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8a2f239..f8e6331 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ setup(name=name, packages=['websockify'], include_package_data=True, - install_requires=['numpy'], zip_safe=False, entry_points={ 'console_scripts': [