Skip to content

Commit 3e30792

Browse files
authored
Add missing dependencies to setup.cfg and requirements.txt (#2304)
1 parent 2ddec95 commit 3e30792

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
addict
22
appdirs
3+
audioop-lts
34
colour
45
diskcache
56
ipython>=8.18.0
@@ -20,6 +21,7 @@ pyyaml
2021
rich
2122
scipy
2223
screeninfo
24+
setuptools
2325
skia-pathops
2426
svgelements>=1.8.1
2527
sympy

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ include_package_data = True
3131
install_requires =
3232
addict
3333
appdirs
34+
audioop-lts
3435
colour
3536
diskcache
3637
ipython>=8.18.0
@@ -51,6 +52,7 @@ install_requires =
5152
rich
5253
scipy
5354
screeninfo
55+
setuptools
5456
skia-pathops
5557
svgelements>=1.8.1
5658
sympy

0 commit comments

Comments
 (0)