X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/6f81a8f7dd58bc2311717ed7355886ebfd3c3719..889cb6db76860dac63ed0394c9510cf0db35cbb1:/setup.py diff --git a/setup.py b/setup.py index aedba9f..44a234f 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( "Babel>=0.9", "paginate>=0.5.6", "wrpylib>=0.6.0", + "Flask", ], packages=['wradmin', 'wradmin.model', 'wradmin.controllers'], package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},