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 addict
appdirs appdirs
audioop-lts
colour colour
diskcache diskcache
ipython>=8.18.0 ipython>=8.18.0
@ -20,6 +21,7 @@ pyyaml
rich rich
scipy scipy
screeninfo screeninfo
setuptools
skia-pathops skia-pathops
svgelements>=1.8.1 svgelements>=1.8.1
sympy sympy

View file

@ -31,6 +31,7 @@ include_package_data = True
install_requires = install_requires =
addict addict
appdirs appdirs
audioop-lts
colour colour
diskcache diskcache
ipython>=8.18.0 ipython>=8.18.0
@ -51,6 +52,7 @@ install_requires =
rich rich
scipy scipy
screeninfo screeninfo
setuptools
skia-pathops skia-pathops
svgelements>=1.8.1 svgelements>=1.8.1
sympy sympy