Skip to content

Commit

Permalink
Not specifying flask-login version, letting flask-appbuilder do it
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 11, 2016
1 parent e02702d commit 88b8f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.7.0'
version = '0.7.1'

setup(
name='panoramix',
Expand All @@ -20,7 +20,6 @@
'alembic>=0.8.2, <0.9.0',
'cryptography>=1.1.1, <2.0.0',
'flask-appbuilder>=1.6.0, <2.0.0',
'flask-login==0.2.11',
'flask-migrate>=1.5.1, <2.0.0',
'flask-script>=2.0.5, <3.0.0',
'flask-sqlalchemy==2.0',
Expand Down

0 comments on commit 88b8f73

Please sign in to comment.