diff options
| author | 2020-09-22 20:05:04 +0200 | |
|---|---|---|
| committer | 2020-09-22 20:05:04 +0200 | |
| commit | dfce7e85d747dd66e41294d0dc2c2b0b52d82370 (patch) | |
| tree | c23e6e3ed26fec49bb3f68d07c99e2870d90a898 /Pipfile.lock | |
| parent | Merge pull request #1163 from python-discord/sebastiaan/features/use-async-re... (diff) | |
| parent | Merge branch 'master' into feat/latency (diff) | |
Merge pull request #1168 from python-discord/feat/latency
Latency cog for checking ping.
Diffstat (limited to 'Pipfile.lock')
| -rw-r--r-- | Pipfile.lock | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 97436413d..f75852081 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@  {      "_meta": {          "hash": { -            "sha256": "63eec3557c8bfd42191cb5a7525d6e298471c16863adff485d917e08b72cd787" +            "sha256": "644012a1c3fa3e3a30f8b8f8e672c468dfaa155d9e43d26e2be8713c8dc5ebb3"          },          "pipfile-spec": 6,          "requires": { @@ -50,6 +50,14 @@              "index": "pypi",              "version": "==3.6.2"          }, +        "aioping": { +            "hashes": [ +                "sha256:8900ef2f5a589ba0c12aaa9c2d586f5371820d468d21b374ddb47ef5fc8f297c", +                "sha256:f983d86acab3a04c322731ce88d42c55d04d2842565fc8532fe10c838abfd275" +            ], +            "index": "pypi", +            "version": "==0.3.1" +        },          "aioredis": {              "hashes": [                  "sha256:15f8af30b044c771aee6787e5ec24694c048184c7b9e54c3b60c750a4b93273a",  |