Update setup.cfg

This commit is contained in:
Grant Sanderson 2024-12-11 10:38:30 -06:00
parent 6d753a297a
commit c6c1a49ede

View file

@ -29,6 +29,7 @@ classifiers =
packages = find: packages = find:
include_package_data = True include_package_data = True
install_requires = install_requires =
addict
appdirs appdirs
colour colour
diskcache diskcache
@ -53,7 +54,6 @@ install_requires =
skia-pathops skia-pathops
svgelements>=1.8.1 svgelements>=1.8.1
sympy sympy
tempfile
tqdm tqdm
typing-extensions; python_version < "3.11" typing-extensions; python_version < "3.11"
validators validators