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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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