diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index d2756be..c41aed1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,13 +25,14 @@ fastapi==0.65.1 flask-admin==1.5.8 flask-bcrypt==0.7.1 flask-login==0.5.0 +flask-mailman==0.2.3 flask-sqlalchemy==2.5.1 flask-wtf==0.15.1 flask==2.0.1 greenlet==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' gunicorn==20.1.0 h11==0.12.0; python_version >= '3.6' -idna; python_version >= '3.5' +idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' iniconfig==1.1.1 itsdangerous==2.0.1; python_version >= '3.6' jinja2==3.0.1; python_version >= '3.6' @@ -45,7 +46,7 @@ pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3 pytest-codecov==0.3.0 pytest-cov==2.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pytest==6.2.4 -requests==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +requests==2.25.1 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.4.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' starlette==0.14.2; python_version >= '3.6' |