From f151f2bff1ce5dce1f818abf31e089ca7d1e010d 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 14:59:35 +0100 Subject: [PATCH] update all testing-reqs --- testing_requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing_requirements.txt b/testing_requirements.txt index 7a40707..d6e3826 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -1,12 +1,13 @@ fastapi==0.87.0 -pytest==6.2.4 requests==2.25.1 -uvicorn==0.13.4 +uvicorn[standard]==0.13.4 python-dotenv==0.17.1 python-multipart==0.0.5 python-jose[cryptography]==3.2.0 passlib[bcrypt]==1.7.4 jinja2==3.0.1 +cryptography==3.4.8 +authlib==1.1.0 +pytest==6.2.4 coverage==5.5 nose==1.3.7 -authlib==1.1.0 -- GitLab