Skip to content

Commit 3559270

Browse files
committed
Fix Python constraint
1 parent d88a51f commit 3559270

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ classifiers = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = "^2.7 || ^3.4"
18+
python = "^3.7"
1919
google-api-python-client = "^2.0.0"
20-
typing = { version = "^3.7.4.3", python = "<3.5" }
2120
typing-extensions = "^3.7.4.3"
2221

2322
[tool.poetry.dev-dependencies]
24-
mypy = { version = "^0.812", python = "^3.5" }
25-
black = { version = "^20.8b1", python = "^3.6" }
26-
isort = { version = "^5.7.0", python = "^3.6" }
23+
mypy = "^0.812"
24+
black = "^20.8b1"
25+
isort = "^5.7.0"
2726

2827
[tool.isort]
2928
profile = "black"

0 commit comments

Comments
 (0)