Skip to content

Commit

Permalink
chore: test minimum dependencies in python 3.7 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 3, 2022
1 parent cca9434 commit 5454134
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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 "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==1.31.5
proto-plus==1.15.0

0 comments on commit 5454134

Please sign in to comment.