-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
8d5a33b
commit fcc0092
Showing
6 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-os-config/testing/constraints-3.6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 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.0 | ||
proto-plus==1.10.0 | ||
libcst==0.2.5 |
Empty file.
Empty file.
Empty file.