workaround setuptools "flask not found" bug
This commit is contained in:
parent
676224dbeb
commit
aa799c15ef
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -39,11 +39,11 @@ setup(name='larigira',
|
|||
install_requires=[
|
||||
'pyxdg',
|
||||
'gevent',
|
||||
'flask',
|
||||
'flask-bootstrap',
|
||||
'python-mpd2',
|
||||
'wtforms',
|
||||
'Flask-WTF',
|
||||
'flask==0.11',
|
||||
'pytimeparse',
|
||||
'tinydb'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue