Fix: missing python packet enum34
This commit is contained in:
parent
fc9ae039e7
commit
124d1ba92d
2
setup.py
2
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
|
||||
|
|
Loading…
Reference in New Issue