workaround of setuptools bug that fails to install Flask without version
This commit is contained in:
parent
04993e4106
commit
88b4d34e1a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ setup(name='ucloud',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'requests',
|
'requests',
|
||||||
'Flask',
|
'Flask>=1.1.1',
|
||||||
'flask-restful',
|
'flask-restful',
|
||||||
'bitmath',
|
'bitmath',
|
||||||
'pyotp',
|
'pyotp',
|
||||||
|
|
Loading…
Reference in a new issue