X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/b7af8c8457b6df2e8f3a78ec4472ed8adfa5fb43..cc20789ca128309cf8d8419971782ed946a896c6:/setup.py diff --git a/setup.py b/setup.py index 0546aa7..32923db 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='wradmin', - version='2.1.0', + version='2.2.0', description='Administrative Interface for Winterrodeln', author='Philipp Spitzer', author_email='philipp.spitzer@winterrodeln.org', @@ -15,6 +15,7 @@ setup( "wrpylib>=0.6.0", "Flask", "Flask-Login", + "Flask-Principal", "Flask-WTF", "mysqlclient", ],