From a72bb98cd30ab5951591039cc89deac9790f0069 Mon Sep 17 00:00:00 2001 From: Milo Weinberg Date: Wed, 13 Jan 2021 08:50:03 -0500 Subject: [PATCH] add asyncio-dgram to the requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 8e5a784..7b88b27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ click==7.1.1 dnspython3==1.15.0 six==1.14.0 +asyncio-dgram==1.1.1