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.
This commit is contained in:
Pierre Ossman 2022-12-16 13:04:24 +01:00
parent d2affc73b5
commit 1979e92f0e
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ setup(name=name,
packages=['websockify'],
include_package_data=True,
install_requires=['numpy'],
install_requires=[
'numpy', 'requests',
'jwcrypto',
'redis', 'simplejson',
],
zip_safe=False,
entry_points={
'console_scripts': [