check_metadata: state tqdm requirement in setup.py
This commit is contained in:
parent
084b27ecd4
commit
10d1954125
@ -9,4 +9,7 @@ setup(
|
|||||||
"checkMetadata = checkMetadata.__main__:main"
|
"checkMetadata = checkMetadata.__main__:main"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
install_requires=[
|
||||||
|
'tqdm>=4.62.3'
|
||||||
|
]
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user