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