From 619e98745090d1e156522afd39a3f3e9f74eaf5b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 17:34:45 +0530 Subject: added authlib --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3039739..35cf6e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,12 +10,14 @@ -i https://pypi.org/simple attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +authlib==0.15.4 bcrypt==3.2.0; python_version >= '3.6' certifi==2021.5.30 cffi==1.14.5 chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' click==8.0.1; python_version >= '3.6' coverage[toml]==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' +cryptography==3.4.7; python_version >= '3.6' dnspython==2.1.0; python_version >= '3.6' email-validator==1.1.2 flask-admin==1.5.8 -- cgit v1.2.3