Browse Source

workaround setuptools "flask not found" bug

boyska 7 years ago
parent
commit
aa799c15ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
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'
       ],