@@ -263,7 +263,9 @@
{# g
#}
g
-
%
+ |
+
+ %
mm |
|
diff --git a/screenshots/externalDatabase.png b/screenshots/externalDatabase.png
new file mode 100644
index 00000000..81ba0350
Binary files /dev/null and b/screenshots/externalDatabase.png differ
diff --git a/setup.py b/setup.py
index 50bc0c02..fd041967 100644
--- a/setup.py
+++ b/setup.py
@@ -38,9 +38,9 @@
"pillow", # since 7.0.0 no Python 2.7 Support, see https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
# "pillow >=6.2.0, <7.0.0", # since 7.0.0 no Python 2.7 Support, see https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
"qrcode",
- "peewee"
- # "psycopg2-binary", # postgres - driver
- # "pymysql", #mysql - driver
+ "peewee",
+ "psycopg2-binary", # postgres - driver
+ "pymysql", #mysql - driver
]
### --------------------------------------------------------------------------------------------------------------------