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