added aiosqlite to pipfile.

This commit is contained in:
NotoriousRebel 2019-12-29 22:42:46 -05:00
parent c33b409f8a
commit 8972384293

View file

@ -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"