Add websockets to dependencies.

This commit is contained in:
Andrius Štikonas 2022-12-01 20:31:34 +00:00
parent 268a27ac55
commit 204bff812c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ setuptools.setup(
], ],
install_requires=[ install_requires=[
'async_property', 'async_property',
'websockets',
], ],
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',