Skip to content

Commit 1979e92

Browse files
committed
Also require all token plugin requirements
Token plugins are technically optional, but if you are installing websockify via pip then all of these are available anyway. So let's make things simple for users.
1 parent d2affc7 commit 1979e92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929

3030
packages=['websockify'],
3131
include_package_data=True,
32-
install_requires=['numpy'],
32+
install_requires=[
33+
'numpy', 'requests',
34+
'jwcrypto',
35+
'redis', 'simplejson',
36+
],
3337
zip_safe=False,
3438
entry_points={
3539
'console_scripts': [

0 commit comments

Comments
 (0)