Skip to content

Commit

Permalink
Only install typing in Python versions below 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru committed Oct 1, 2020
1 parent 9000e8a commit 4db7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [

[tool.poetry.dependencies]
python = "^2.7 || ^3.4"
typing = "^3.7"
typing = { version = "^3.7", python = "<3.5" }
typing-extensions = "^3.7"
googleapis-common-protos = "^1.6"

Expand Down

0 comments on commit 4db7a55

Please sign in to comment.