diff options
| author | 2018-05-01 21:52:40 +0100 | |
|---|---|---|
| committer | 2018-05-01 21:52:40 +0100 | |
| commit | a18ae42fe31ecb8ff071c178fea3c9348ca1c4d4 (patch) | |
| tree | 92bf717b69ddb7de3a9417bc68217fcff874031d /Pipfile | |
| parent | restructure docker files (diff) | |
Pin yarl to 1.1.1
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 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" |