updated requirements.txt

This commit is contained in:
Ross Mountjoy 2020-03-08 12:19:27 -04:00
parent d137ce945a
commit 5f04d45d9b
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ response_type = json
import requests import requests
from flask import render_template_string from flask import render_template_string
class Platform: class Platform:
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
# parse the user's options from the config entries # parse the user's options from the config entries

View File

@ -22,6 +22,7 @@ Jinja2
jsmin jsmin
Mako Mako
MarkupSafe MarkupSafe
Pillow
pycparser pycparser
python-dateutil python-dateutil
python-editor python-editor