From 5f04d45d9be705bbf93bd04b8d9794024bc569a3 Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Sun, 8 Mar 2020 12:19:27 -0400 Subject: [PATCH] updated requirements.txt --- dashmachine/platform/curl.py | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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