diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 17:34:45 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 17:34:45 +0530 |
commit | 619e98745090d1e156522afd39a3f3e9f74eaf5b (patch) | |
tree | 42d2fa11c8c9c95314ad561ff058f40ebf1ec1b4 /requirements.txt | |
parent | d656c5601e9bf01e9d8c8fe43c867ec4044d9e69 (diff) |
added authlib
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |