Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: test minimum dependencies in python 3.7 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 3, 2022
1 parent b28c780 commit ecd0fff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions testing/constraints-3.7.txt
@@ -0,0 +1,11 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.31.5
proto-plus==1.15.0
grpc-google-iam-v1==0.12.4
protobuf==3.19.0

0 comments on commit ecd0fff

Please sign in to comment.