Skip to content

Commit

Permalink
Merge pull request #21 from henribru/loosen-requirement-version
Browse files Browse the repository at this point in the history
Loosen requirement versions
  • Loading branch information
henribru authored Nov 4, 2022
2 parents 21a8c54 + 4a168eb commit 7883bb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
typing-extensions = "^3.10.0"
googleapis-common-protos-stubs = "^2.0.0"
google-ads = "^19.0.0"
grpc-stubs = "^1.24.7"
types-protobuf = "^3.18.0"
proto-plus-stubs = "^0.1.0"
google-auth-stubs = "^0.1.0"
typing-extensions = ">=3.10.0"
googleapis-common-protos-stubs = ">=2.0.0"
google-ads = ">=19.0.0"
grpc-stubs = ">=1.24.7"
types-protobuf = ">=3.18.0"
proto-plus-stubs = ">=0.1.0"
google-auth-stubs = ">=0.1.0"

[tool.poetry.dev-dependencies]
mypy = "^0.950"
Expand Down

0 comments on commit 7883bb4

Please # to comment.