From 4d8c76463c4d84464226c11a53e245503dc9c5f5 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 7 Jan 2019 09:34:08 +0100 Subject: [PATCH] Add async_generator requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9c6874c..81df21ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pyaes==1.6.1 pysocks==1.6.8 typing==3.6.6; python_version<"3.5" -async_lru==1.0.1 \ No newline at end of file +async_lru==1.0.1 +async_generator==1.10 \ No newline at end of file