From 124d1ba92ddbd8b8e78aacc0c63b16bf2d55d81b Mon Sep 17 00:00:00 2001 From: Martin Muehlhaeuser Date: Sun, 4 Mar 2018 14:39:55 +0000 Subject: [PATCH] Fix: missing python packet enum34 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 001e093..2a488a0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ plugin_url = "https://github.com/mmone/OctoPrintKlipper" plugin_license = "AGPLv3" # Any additional requirements besides OctoPrint should be listed here -plugin_requires = [] +plugin_requires = ["emum34"] ### -------------------------------------------------------------------------------------------------------------------- ### More advanced options that you usually shouldn't have to touch follow after this point