Skip to content

Commit

Permalink
refactor: include contextvars when python <= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Dec 23, 2020
1 parent 90a5682 commit 880bbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.16.1"
contextvars = "^2.4"
contextvars = {version = "^2.4", python = "<= 3.7"}

[tool.poetry.dev-dependencies]
black = "^20.8b1"
Expand Down

0 comments on commit 880bbe6

Please sign in to comment.