From 4d801a010a2e497b9dfd46a2b8b0f4edb9a95b47 Mon Sep 17 00:00:00 2001 From: Burt Holzman Date: Fri, 8 Aug 2014 10:42:43 -0500 Subject: [PATCH] Remove explicit numpy requirement from install_requires According to the code, numpy is optional, not required. (It improves the efficiency of hybi, but there's a fallback). --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0ea9cce..effcb94 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ setup(name=name, packages=['websockify'], include_package_data=True, - install_requires=['numpy'], zip_safe=False, entry_points={ 'console_scripts': [