From ea6b882da71a637c99d86b70e67203879f0dab94 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 22 Jan 2018 06:30:50 -0800 Subject: [PATCH] [reqs] add wsaccel to performance reqs --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c5a8a9..b9a0b6a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,11 @@ extras_require = { 'http': ['flask==0.12.2'], 'yaml': ['pyyaml==3.12'], 'music': ['youtube_dl>=2018.1.14'], - 'performance': ['erlpack==0.3.2' if sys.version_info.major == 2 else 'earl-etf==2.1.2', 'ujson==1.35'], + 'performance': [ + 'erlpack==0.3.2' if sys.version_info.major == 2 else 'earl-etf==2.1.2', + 'ujson==1.35', + 'wsaccel==0.6.2', + ], 'sharding': ['gipc==0.6.0'], 'docs': ['biblio==0.0.4'], }