From 6443e4da999a8e60592e069f935ea5ce66fe72c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Wed, 23 Nov 2022 15:05:37 +0100 Subject: [PATCH] and the next reqs --- requirements.txt | 1 + testing_requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4b8db3c..37c42ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ jinja2==3.0.1 cryptography==3.4.8 authlib==1.1.0 httpx==0.23.0 +itsdangerous==2.1.2 diff --git a/testing_requirements.txt b/testing_requirements.txt index ab4bfc1..471d465 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -9,6 +9,7 @@ jinja2==3.0.1 cryptography==3.4.8 authlib==1.1.0 httpx==0.23.0 +itsdangerous==2.1.2 pytest==6.2.4 coverage==5.5 nose==1.3.7 -- GitLab