Fix installation issues #1

Open
hannesbraun wants to merge 2 commits from hannesbraun/media_management_scripts:fix-install into master
3 changed files with 4 additions and 1 deletions

View File

View File

@ -9,4 +9,7 @@ setup(
"checkMetadata = checkMetadata.__main__:main"
]
},
)
install_requires=[
'tqdm>=4.62.3'
]
)

View File