1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

refactor aiofiles to aiofile lib

This commit is contained in:
checktheroads
2019-12-31 11:36:16 -07:00
parent 7fb6ab7c92
commit cb1e1794e1
2 changed files with 1 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ sanic = "==19.6.2"
sshtunnel = "==0.1.5" sshtunnel = "==0.1.5"
stackprinter = "==0.2.3" stackprinter = "==0.2.3"
uvloop = "==0.13.0" uvloop = "==0.13.0"
aiofiles = "*"
aiofile = "*" aiofile = "*"
[requires] [requires]

3
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "28db1e4943f6cc77cd519dd14feb859f1370a91c7102880cf34ef4f11dd6e524" "sha256": "ec1e8f837bd15e6e5867287b1cb9d37cf9795490ec3717899c706e918b6b33d9"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -34,7 +34,6 @@
"sha256:021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee", "sha256:021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee",
"sha256:1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d" "sha256:1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d"
], ],
"index": "pypi",
"version": "==0.4.0" "version": "==0.4.0"
}, },
"aredis": { "aredis": {