Skip to content

Commit

Permalink
python client: add typing-eextensions as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kent committed Mar 21, 2022
1 parent fe0bd96 commit 0e31efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cryptol-remote-api/python/poetry.lock

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

1 change: 1 addition & 0 deletions cryptol-remote-api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python = ">=3.7.0,<4"
requests = "^2.25.1"
BitVector = "^3.4.9"
argo-client = "0.0.10"
typing-extensions = "^4.1.1"

[tool.poetry.dev-dependencies]
mypy = "^0.812"
Expand Down

0 comments on commit 0e31efa

Please sign in to comment.