We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88a51f commit 3559270Copy full SHA for 3559270
pyproject.toml
@@ -15,15 +15,14 @@ classifiers = [
15
]
16
17
[tool.poetry.dependencies]
18
-python = "^2.7 || ^3.4"
+python = "^3.7"
19
google-api-python-client = "^2.0.0"
20
-typing = { version = "^3.7.4.3", python = "<3.5" }
21
typing-extensions = "^3.7.4.3"
22
23
[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" }
+mypy = "^0.812"
+black = "^20.8b1"
+isort = "^5.7.0"
27
28
[tool.isort]
29
profile = "black"
0 commit comments