From cb1e1794e1a2b5bb2fc2cae452e368a28e2fa7e3 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 31 Dec 2019 11:36:16 -0700 Subject: [PATCH] refactor aiofiles to aiofile lib --- Pipfile | 1 - Pipfile.lock | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 12bcf89..fe5bb4d 100644 --- a/Pipfile +++ b/Pipfile @@ -48,7 +48,6 @@ sanic = "==19.6.2" sshtunnel = "==0.1.5" stackprinter = "==0.2.3" uvloop = "==0.13.0" -aiofiles = "*" aiofile = "*" [requires] diff --git a/Pipfile.lock b/Pipfile.lock index 5e8c4b1..645f727 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "28db1e4943f6cc77cd519dd14feb859f1370a91c7102880cf34ef4f11dd6e524" + "sha256": "ec1e8f837bd15e6e5867287b1cb9d37cf9795490ec3717899c706e918b6b33d9" }, "pipfile-spec": 6, "requires": { @@ -34,7 +34,6 @@ "sha256:021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee", "sha256:1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d" ], - "index": "pypi", "version": "==0.4.0" }, "aredis": {