From 5c754fc9ec7f7a58837f03f327f0ddb2bb8264ef Mon Sep 17 00:00:00 2001 From: OllisGit Date: Thu, 8 Oct 2020 18:43:43 +0200 Subject: [PATCH] New Version 1.6.2 - #7 Added Postgres-Database driver --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82ee0a3..a07d8ae 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "filamentmanager" plugin_package = "octoprint_filamentmanager" plugin_name = "OctoPrint-FilamentManager" -plugin_version = "1.6.1" +plugin_version = "1.6.2" plugin_description = "Manage your spools and keep track of remaining filament on them" plugin_author = "Sven Lohrmann, Olli" plugin_author_email = "ollisgit@gmail.com, malnvenshorn@gmail.com" @@ -14,7 +14,8 @@ plugin_license = "AGPLv3" plugin_requires = ["backports.csv>=1.0.5,<1.1", "uritools>=2.1,<2.2", - "SQLAlchemy>=1.1.15,<1.2"] + "SQLAlchemy>=1.1.15,<1.2", + "psycopg2-binary"] plugin_additional_data = [] plugin_additional_packages = [] plugin_ignored_packages = []