diff --git a/Pipfile b/Pipfile index 686f54f..7f12583 100644 --- a/Pipfile +++ b/Pipfile @@ -9,4 +9,4 @@ name = "pypi" aiosmtpd = "*" [requires] -python_version = "3.7" +python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index b1f57e5..073b1fb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "a5227f0d0fa7f8bbf0a5557162679decfad227c16cc4fec15e138a30cc6703d7" + "sha256": "6855597726a44b85fab69f61e906c6c6082a751642724c4ce13e3ddbece06d64" }, "pipfile-spec": 6, "requires": { - "python_version": "3.7" + "python_version": "3.8" }, "sources": [ { diff --git a/README.md b/README.md index fde1728..0952c4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mail4one -mail server for single user #asyncio #python +Mail server for single user #asyncio #python ## Features @@ -33,7 +33,7 @@ mail server for single user #asyncio #python ## Known to work * Server: Google Cloud f1-micro with Ubuntu 18.04 - Always Free instance * Clients: thunderbird, evolution, k9mail - * smtp: Received email from all. Didnt see any drops. Tested from gmail, protonmail, reddit and few others + * smtp: Received email from all. Didn't see any drops. Tested from gmail, protonmail, reddit and few others ## Contribution