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:
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user