Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
TBL Pin aiohttp to version 3 to workaround issue with router usage (#94)
Browse files Browse the repository at this point in the history
* Pin aiohttp to version 3 to workaround issue with router usage

See aio-libs/aiohttp#2766

* Update Pipfile

Co-Authored-By: jcox-dev <me@jcox.tech>

* Re-lock from updated Pipfile
  • Loading branch information
Jamie authored Dec 12, 2018
1 parent 183acf0 commit ef7b6dc
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
aiohttp = "*"
aiohttp = ">=3.4,<4"
aiohttp-utils = "*"
envparse = "*"
"aiohttp-jinja2" = "*"
Expand Down
Loading

0 comments on commit ef7b6dc

Please sign in to comment.