updated requirements.txt
This commit is contained in:
parent
d137ce945a
commit
5f04d45d9b
@ -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
|
||||||
|
@ -22,6 +22,7 @@ Jinja2
|
|||||||
jsmin
|
jsmin
|
||||||
Mako
|
Mako
|
||||||
MarkupSafe
|
MarkupSafe
|
||||||
|
Pillow
|
||||||
pycparser
|
pycparser
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-editor
|
python-editor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user