Skip to content

Commit

Permalink
chore: test minimum dependencies in python 3.7 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 6, 2022
1 parent 8004ae5 commit b47791a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.4
libcst==0.2.5
proto-plus==1.15.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
protobuf==3.19.0

0 comments on commit b47791a

Please sign in to comment.