diff --git a/setup.py b/setup.py index 48eca360f..d026e06e5 100755 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def glob_paths(pattern): "sphinx-tabs", ], }, - install_requires=["kivy>=2.0.0", "pillow", "materialyoucolor"], + install_requires=["kivy>=2.0.0", "pillow", "materialyoucolor", "asynckivy"], setup_requires=[], python_requires=">=3.7", entry_points={