1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-15 12:01:47 +00:00

Update setup.py (#1339)

Include packaging in setup.py install_requires
This commit is contained in:
Flavio Mello
2026-05-15 02:07:38 -03:00
committed by GitHub
parent 1af24b394f
commit 868a31cb00

View File

@@ -157,6 +157,7 @@ setuptools.setup(
'natsort>=8.4.0',
'distro>=1.8.0',
'numpy>=1.22.4',
'packaging>=23.2',
'PyMuPDF>=1.16.1',
],
classifiers=[],