From 3e307926fd41f4abb0ba767e512378749b9d14c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=99=D0=BE=D1=80=D0=B4=D0=B0=D0=BD=20=D0=9C=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Thu, 20 Mar 2025 20:52:48 +0200 Subject: [PATCH] Add missing dependencies to setup.cfg and requirements.txt (#2304) --- requirements.txt | 2 ++ setup.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 38a547fb..9b87a300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ addict appdirs +audioop-lts colour diskcache ipython>=8.18.0 @@ -20,6 +21,7 @@ pyyaml rich scipy screeninfo +setuptools skia-pathops svgelements>=1.8.1 sympy diff --git a/setup.cfg b/setup.cfg index 5ee19995..3e9acf0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ include_package_data = True install_requires = addict appdirs + audioop-lts colour diskcache ipython>=8.18.0 @@ -51,6 +52,7 @@ install_requires = rich scipy screeninfo + setuptools skia-pathops svgelements>=1.8.1 sympy