aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-22 11:24:35 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-22 11:24:35 +0100
commitf73003afca2b6cc9f48334958068b8f71e084342 (patch)
tree7275c273dfab903b1c078db9804c569365432c57 /pyproject.toml
parentUpdated README. (diff)
downloadnewspipe-f73003afca2b6cc9f48334958068b8f71e084342.tar.gz
newspipe-f73003afca2b6cc9f48334958068b8f71e084342.tar.bz2
newspipe-f73003afca2b6cc9f48334958068b8f71e084342.zip
Added a way to manage Content Security Policy via the configuration file.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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"
bgstack15