#5 Rest Api integration

- Bugfix plugin_requires
This commit is contained in:
David Zingg 2019-11-20 20:09:48 +01:00
parent b1dfbcd51b
commit b01097ec16

View File

@ -33,7 +33,7 @@ plugin_url = "https://github.com/da4id/OctoPrint-MyStromSwitch"
plugin_license = "AGPLv3"
# Any additional requirements besides OctoPrint should be listed here
plugin_requires = [requests]
plugin_requires = ['requests']
### --------------------------------------------------------------------------------------------------------------------
### More advanced options that you usually shouldn't have to touch follow after this point