diff options
author | 2018-05-01 21:52:40 +0100 | |
---|---|---|
committer | 2018-05-01 21:52:40 +0100 | |
commit | a18ae42fe31ecb8ff071c178fea3c9348ca1c4d4 (patch) | |
tree | 92bf717b69ddb7de3a9417bc68217fcff874031d | |
parent | restructure docker files (diff) |
Pin yarl to 1.1.1
-rw-r--r-- | Pipfile | 2 | ||||
-rw-r--r-- | Pipfile.lock | 15 |
2 files changed, 9 insertions, 8 deletions
@@ -12,6 +12,7 @@ aiodns = "*" logmatic-python = "*" aiohttp = "<2.3.0,>=2.0.0" websockets = ">=4.0,<5.0" +yarl = "==1.1.1" [dev-packages] "flake8" = "*" @@ -29,5 +30,4 @@ requests = "*" python_version = "3.6" [scripts] - start = "python -m bot" diff --git a/Pipfile.lock b/Pipfile.lock index d10d6415d..8962aca0e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1eff44faf9aa5b75649048e0a9a2bd73450f783dc80c1ef5f2d918938cb051ca" + "sha256": "0d592e6949aad4280702fcfa059e2db4e1a84f6b6098d4ec58eb317a68061f4f" }, "pipfile-spec": 6, "requires": { @@ -52,10 +52,10 @@ }, "certifi": { "hashes": [ - "sha256:14131608ad2fd56836d33a71ee60fa1c82bc9d2c8d98b7bdbc631fe1b3cd1296", - "sha256:edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d" + "sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7", + "sha256:9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0" ], - "version": "==2018.1.18" + "version": "==2018.4.16" }, "chardet": { "hashes": [ @@ -208,6 +208,7 @@ "sha256:e072edbd1c5628c0b8f97d00cf6c9fcd6a4ee2b5ded10d463fcb6eaa066cf40c", "sha256:e9a6a319c4bbfb57618f207e86a7c519ab0f637be3d2366e4cdac271577834b8" ], + "index": "pypi", "version": "==1.1.1" } }, @@ -228,10 +229,10 @@ }, "certifi": { "hashes": [ - "sha256:14131608ad2fd56836d33a71ee60fa1c82bc9d2c8d98b7bdbc631fe1b3cd1296", - "sha256:edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d" + "sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7", + "sha256:9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0" ], - "version": "==2018.1.18" + "version": "==2018.4.16" }, "chardet": { "hashes": [ |