From 8972384293658521b2fc81c952ae0c81a3984c49 Mon Sep 17 00:00:00 2001 From: NotoriousRebel Date: Sun, 29 Dec 2019 22:42:46 -0500 Subject: [PATCH] added aiosqlite to pipfile. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 45daf442..a4f9c494 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,7 @@ name = "pypi" [packages] aiodns = "==2.0.0" aiohttp = "==3.5.4" +aiosqlite = "==0.11.0" beautifulsoup4 = "==4.8.1" dnspython = "==1.16.0" grequests = "==0.4.0"