Skip to content

Commit b6550b7

Browse files
authored
Make types-httplib2 a non-dev dependency (#55)
1 parent 1bd400c commit b6550b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ classifiers = [
1818
python = "^3.7"
1919
google-api-python-client = ">=2.107.0"
2020
typing-extensions = ">=3.10.0"
21+
types-httplib2 = ">=0.22.0.2"
2122

2223
[tool.poetry.group.dev.dependencies]
2324
mypy = {version = "^1.7.0", python = "^3.8"}
2425
black = {version = "^23.11.0", python = "^3.8"}
2526
isort = {version = "^5.12.0", python = "^3.8"}
2627
stubdefaulter = "^0.1.0"
27-
types-httplib2 = ">=0.22.0.2"
2828

2929
[tool.isort]
3030
profile = "black"

0 commit comments

Comments
 (0)