Add missing dependencies to setup.cfg and requirements.txt

This commit is contained in:
Yordan Miladinov 2025-01-16 12:21:22 +02:00
parent 7a7bf83f11
commit 7dc1eb881b
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