Skip to content

Commit

Permalink
chore: test minimum dependencies in python 3.7 (#397)
Browse files Browse the repository at this point in the history
* chore: test minimum dependencies in python 3.7

* remove duplicate entry
  • Loading branch information
parthea authored Jun 3, 2022
1 parent 0eb727f commit e92045b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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
googleapis-common-protos==1.56.2
protobuf==3.15.0
google-auth==1.25.0
requests==2.18.0
packaging==14.3
grpcio==1.33.2
grpcio-gcp==0.2.2
grpcio-status==1.33.2

0 comments on commit e92045b

Please sign in to comment.