From f9abc7ceea05554782ff80365d09fd4134c520d3 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 14 Jan 2021 15:17:53 +0000 Subject: [PATCH] Add pyserial dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79f8e00..f3963e4 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ plugin_license = "AGPLv3" # Any additional requirements besides OctoPrint should be listed here -plugin_requires = [] +plugin_requires = ["pyserial>=3.5"] ### -------------------------------------------------------------------------------------------------------------------- ### More advanced options that you usually shouldn't have to touch follow after this point