from setuptools import setup setup( name="yaboli", version="0.1.0", packages=["yaboli"], install_requires=["websockets==7.0"], )