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 1bd400c commit b6550b7Copy full SHA for b6550b7
pyproject.toml
@@ -18,13 +18,13 @@ classifiers = [
18
python = "^3.7"
19
google-api-python-client = ">=2.107.0"
20
typing-extensions = ">=3.10.0"
21
+types-httplib2 = ">=0.22.0.2"
22
23
[tool.poetry.group.dev.dependencies]
24
mypy = {version = "^1.7.0", python = "^3.8"}
25
black = {version = "^23.11.0", python = "^3.8"}
26
isort = {version = "^5.12.0", python = "^3.8"}
27
stubdefaulter = "^0.1.0"
-types-httplib2 = ">=0.22.0.2"
28
29
[tool.isort]
30
profile = "black"
0 commit comments