From 5812a04d2f5bcb20b09047bf83ae91b25fd41590 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 6 Jun 2021 14:56:40 +0530 Subject: add flask-mailmna --- Pipfile.lock | 4 ++-- requirements.txt | 5 +++-- simple-requirements.txt | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b7f9dc0..127de50 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -462,7 +462,7 @@ "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.26.5" }, "uvicorn": { @@ -666,7 +666,7 @@ "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.26.5" } } 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' diff --git a/simple-requirements.txt b/simple-requirements.txt index 8a5d203..e9335d3 100644 --- a/simple-requirements.txt +++ b/simple-requirements.txt @@ -1,6 +1,7 @@ flask flask-sqlalchemy flask-wtf +flask-mailman email-validator flask-bcrypt flask-login -- cgit v1.2.3