diff options
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" |