diff options
-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 |