Skip to content

Commit

Permalink
fix: add contextvars
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Dec 22, 2020
1 parent b439daf commit e11fb1a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 37 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -4,10 +4,12 @@ version = "0.1.0"
description = "A collection of functions to report a malicious URL"
authors = ["Manabu Niseki <manabu.niseki@gmail.com>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.16.1"
contextvars = "^2.4"

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

0 comments on commit e11fb1a

Please sign in to comment.