1
0
Fork 0

Add aiohttp to Pipfile

This commit is contained in:
David Lord 2018-01-24 16:54:03 +11:00
parent 2d4e355849
commit 8bfcb401a3
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ name = "pypi"
"beautifulsoup4" = "<5.0,>=4.4"
requests = "<3.0,>=2.5.3"
lxml = "*"
aiohttp = ">2.3.0"