From f73003afca2b6cc9f48334958068b8f71e084342 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 22 Mar 2020 11:24:35 +0100 Subject: Added a way to manage Content Security Policy via the configuration file. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f522154a..6db36059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ Flask-Script = "^2.0.6" WTForms = "^2.2.1" python-dateutil = "^2.8.1" psycopg2-binary = "^2.8.4" +flask-talisman = "^0.7.0" -- cgit