Skip to content

Commit

Permalink
chore: add constraints file (#28)
Browse files Browse the repository at this point in the history
Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869.
  • Loading branch information
busunkim96 committed Feb 11, 2021
1 parent 1350c24 commit c286ef9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.22.2
proto-plus==1.10.0
Empty file.
Empty file.
Empty file.

0 comments on commit c286ef9

Please sign in to comment.