diff --git a/dashmachine/platform/curl.py b/dashmachine/platform/curl.py index b137c9c..5fea062 100644 --- a/dashmachine/platform/curl.py +++ b/dashmachine/platform/curl.py @@ -40,6 +40,7 @@ response_type = json import requests from flask import render_template_string + class Platform: def __init__(self, *args, **kwargs): # parse the user's options from the config entries @@ -63,4 +64,4 @@ class Platform: except Exception as e: value = f"{e}" - return render_template_string(self.value_template, value=value) \ No newline at end of file + return render_template_string(self.value_template, value=value) diff --git a/requirements.txt b/requirements.txt index 6474f8a..142c6a4 100755 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,7 @@ Jinja2 jsmin Mako MarkupSafe +Pillow pycparser python-dateutil python-editor