check_metadata: state tqdm requirement in setup.py

This commit is contained in:
Hannes Braun 2023-01-01 18:24:05 +01:00
parent 084b27ecd4
commit 10d1954125
Signed by untrusted user: hannesbraun
GPG Key ID: 7B6557E1DFD685BE

View File

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