aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-06 14:56:40 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-06 14:56:40 +0530
commit5812a04d2f5bcb20b09047bf83ae91b25fd41590 (patch)
treee77bc2bc73ca06d469f2f29710ab9440ce21ca23 /requirements.txt
parent9eaa14adafc47bdc3aad641ac47414b168467278 (diff)
add flask-mailmna
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
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'