From 027c82f66fa42687cde24e9917c7ab38b0ae5a0a 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, 16 Jan 2024 13:51:37 +0300 Subject: [PATCH] 2.0.0 - Material Design 3 Add require to `install_requires`. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 155e6582a..ddbc701b8 100755 --- a/setup.py +++ b/setup.py @@ -126,6 +126,7 @@ def glob_paths(pattern): "pillow", "materialyoucolor", "asynckivy>=0.6,<0.7", + "setuphelpers==0.1.2", ], setup_requires=[], python_requires=">=3.7",