]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - setup.py
Add a requirements.txt file with "pip freeze > requirements.txt"
[philipp/winterrodeln/wradmin.git] / setup.py
index b5dca147d38e00a1bc0f2b9eeed90c477b73894d..290eaa9902f98c93ad540fad3a5215f4d3cb9645 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,9 +17,10 @@ setup(
         "Flask-Login",
         "Flask-Principal",
         "Flask-WTF",
+        "Flask-SQLAlchemy",
         "mysqlclient",
     ],
     packages=['wradmin', 'wradmin.auth', 'wradmin.model', 'wradmin.controllers'],
-    package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},
+    package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'templates/auth/*', 'static/*']},
     zip_safe=False,
 )