Update setup.py

This commit is contained in:
Cyberes 2024-04-07 21:09:04 -06:00 committed by GitHub
parent 2e1c951c78
commit 184f6a9d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ setup(
include_package_data=True,
python_requires=">=3.6",
install_requires=[
'pyyaml>=5.4',
'mergdeep==1.3.4'
'pyyaml>=5.4'
],
zip_safe=False,
classifiers=[