Browse Source

[reqs] add wsaccel to performance reqs

pull/82/head
Andrei 7 years ago
parent
commit
ea6b882da7
  1. 6
      setup.py

6
setup.py

@ -14,7 +14,11 @@ extras_require = {
'http': ['flask==0.12.2'], 'http': ['flask==0.12.2'],
'yaml': ['pyyaml==3.12'], 'yaml': ['pyyaml==3.12'],
'music': ['youtube_dl>=2018.1.14'], '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'], 'sharding': ['gipc==0.6.0'],
'docs': ['biblio==0.0.4'], 'docs': ['biblio==0.0.4'],
} }

Loading…
Cancel
Save