Compare commits

...

2 Commits

3 changed files with 4 additions and 1 deletions

View File

View File

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

View File