From 7dc1eb881b708d998b22af5faa20b10eb92c850c Mon Sep 17 00:00:00 2001 From: Yordan Miladinov Date: Thu, 16 Jan 2025 12:21:22 +0200 Subject: [PATCH] Add missing dependencies to setup.cfg and requirements.txt --- 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