From 6fbd4a75eda53b163f507d9ba382927acfbcb4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=AE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Tue, 28 Nov 2023 03:48:26 +0300 Subject: [PATCH] 2.0.0 - Material Design 3 Add require to `install_requires`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e761c361e..44ebf0c28 100755 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ def glob_paths(pattern): "kivy>=2.0.0", "pillow", "materialyoucolor", - "asynckivy", + "asynckivy>=0.6,<0.7", ], setup_requires=[], python_requires=">=3.7",