aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 93338d7c5..1af3a353b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"