Fix: missing python packet enum34

This commit is contained in:
Martin Muehlhaeuser 2018-03-04 14:39:55 +00:00
parent fc9ae039e7
commit 124d1ba92d
1 changed files with 1 additions and 1 deletions

View File

@ -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