1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-15 18:56:28 +00:00

Add missing dependencies to setup.py (#653)

This commit is contained in:
inganault
2023-12-30 12:00:24 +09:00
committed by GitHub
parent 57cf669cdd
commit 169a41e7d2

View File

@@ -82,6 +82,8 @@ setuptools.setup(
'raven>=6.0.0', 'raven>=6.0.0',
'requests>=2.31.0', 'requests>=2.31.0',
'mozjpeg-lossless-optimization>=1.1.2', 'mozjpeg-lossless-optimization>=1.1.2',
'natsort[fast]>=8.4.0',
'distro',
], ],
classifiers=[], classifiers=[],
zip_safe=False, zip_safe=False,