diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-04 11:09:44 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-04 11:09:44 +0200 |
commit | d5eaf699a7dd5215403b626762b68cd09bc846b5 (patch) | |
tree | 53cd84e4cde844350a55278ade8b2daade44e40e /requirements.txt | |
parent | 73a6e07b83b76f9677494502bc6e32a7bf48cfd7 (diff) |
Add WoL action
This action can be applied on one or multiple scopes. This
implementation use Flask-WTF as a way to build and valdiate forms. As a
side effect, this adds CSRF protection to all forms.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7f77a3c..aba7d15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,11 @@ Babel==2.8.0 certifi==2020.6.20 chardet==3.0.4 click==7.1.2 +dominate==2.5.2 Flask==1.1.2 Flask-Babel==2.0.0 +Flask-Bootstrap==3.3.7.1 +Flask-WTF==0.14.3 idna==2.10 itsdangerous==1.1.0 Jinja2==2.11.2 @@ -11,4 +14,6 @@ MarkupSafe==1.1.1 pytz==2020.1 requests==2.24.0 urllib3==1.25.10 +visitor==0.1.3 Werkzeug==1.0.1 +WTForms==2.3.3 |