forked from localhorst/media_management_scripts
check_metadata: state tqdm requirement in setup.py
This commit is contained in:
@ -9,4 +9,7 @@ setup(
|
|||||||
"checkMetadata = checkMetadata.__main__:main"
|
"checkMetadata = checkMetadata.__main__:main"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
install_requires=[
|
||||||
|
'tqdm>=4.62.3'
|
||||||
|
]
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user