workaround of setuptools bug that fails to install Flask without version

This commit is contained in:
ahmadbilalkhalid 2019-12-22 12:33:59 +05:00
parent 04993e4106
commit 88b4d34e1a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setup(name='ucloud',
packages=find_packages(),
install_requires=[
'requests',
'Flask',
'Flask>=1.1.1',
'flask-restful',
'bitmath',
'pyotp',