Update README and add aiohttp dependency

aiohttp has a weird issue when installing with pipenv. A workaround is
added in the README.md to at least cover that case when it comes time to
deploy on a real server.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-23 19:38:21 -07:00
parent 240e4e5f29
commit 78a4c5558d
3 changed files with 380 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ name = "pypi"
async-irc = "*"
toml = {version="*", markers="python_version < '3.11'"}
types-toml = "*"
"aiohttp[speedups]" = "*"
[dev-packages]
mypy = "*"