Add missing dependencies to setup.cfg and requirements.txt (#2304)

This commit is contained in:
Йордан Миладинов
2025-03-20 20:52:48 +02:00
committed by GitHub
parent 2ddec95ce5
commit 3e307926fd
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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