We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddec95 commit 3e30792Copy full SHA for 3e30792
requirements.txt
@@ -1,5 +1,6 @@
1
addict
2
appdirs
3
+audioop-lts
4
colour
5
diskcache
6
ipython>=8.18.0
@@ -20,6 +21,7 @@ pyyaml
20
21
rich
22
scipy
23
screeninfo
24
+setuptools
25
skia-pathops
26
svgelements>=1.8.1
27
sympy
setup.cfg
@@ -31,6 +31,7 @@ include_package_data = True
31
install_requires =
32
33
34
+ audioop-lts
35
36
37
@@ -51,6 +52,7 @@ install_requires =
51
52
53
54
55
+ setuptools
56
57
58
0 commit comments