From: philipp Date: Fri, 25 Oct 2019 14:58:23 +0000 (+0000) Subject: Add mysqlclient as dependency. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/d58d96db0fc46de1fc18d021162a64a489f41409 Add mysqlclient as dependency. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2832 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/setup.py b/setup.py index a6123b6..5a28f9f 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( "Flask", "Flask-Login", "Flask-WTF", + "mysqlclient", ], packages=['wradmin', 'wradmin.model', 'wradmin.controllers'], package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},