workaround setuptools "flask not found" bug

This commit is contained in:
boyska 2016-09-09 18:05:26 +02:00
parent 676224dbeb
commit aa799c15ef
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

@ -39,11 +39,11 @@ setup(name='larigira',
install_requires=[
'pyxdg',
'gevent',
'flask',
'flask-bootstrap',
'python-mpd2',
'wtforms',
'Flask-WTF',
'flask==0.11',
'pytimeparse',
'tinydb'
],