X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/9c9fbb1d5a1294da56aea82cc4ce5216062d9960..2561340cc245aecfa1be64c2f8589c91411d5283:/setup.py diff --git a/setup.py b/setup.py index 19633d8..a6123b6 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,8 @@ setup( "paginate>=0.5.6", "wrpylib>=0.6.0", "Flask", + "Flask-Login", + "Flask-WTF", ], packages=['wradmin', 'wradmin.model', 'wradmin.controllers'], package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},