From 3468ee808077559237023f018816cac57c72e236 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:02:00 +0100 Subject: [PATCH] add dependency to reqs --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5202206..4b8db3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ passlib[bcrypt]==1.7.4 jinja2==3.0.1 cryptography==3.4.8 authlib==1.1.0 +httpx==0.23.0 -- GitLab