From bffe696f2cb03effc9e9bc8295a2d500e57ac15d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 23:40:53 +0530 Subject: added flask_mailmain --- Pipfile | 1 + Pipfile.lock | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 1f6eb9f..bd80bfe 100644 --- a/Pipfile +++ b/Pipfile @@ -20,6 +20,7 @@ fastapi = "*" uvicorn = "*" gunicorn = "*" requests = "*" +flask-mailman = "*" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 0c22e58..b7f9dc0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f75a24505abeb6a92a9a81b2c2eb0948c45c0da9775040f731ed12e19c5783ec" + "sha256": "14808cca3fa886fb738a0f520770ddc3573f561206bfb46ccc1606f4c98221ad" }, "pipfile-spec": 6, "requires": { @@ -194,6 +194,14 @@ "index": "pypi", "version": "==0.5.0" }, + "flask-mailman": { + "hashes": [ + "sha256:372b6b034b3fa521992f531facb70d8e55373c2a5db0f78239ada9ba1447f419", + "sha256:42cf177348c99278ae57b25a1ac6fa21d4c740dedf11a2976e4f1bb3f234c9bc" + ], + "index": "pypi", + "version": "==0.2.3" + }, "flask-sqlalchemy": { "hashes": [ "sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912", @@ -454,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'", + "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'", "version": "==1.26.5" }, "uvicorn": { @@ -658,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'", + "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'", "version": "==1.26.5" } } -- cgit v1.2.3