Skip to content

Commit

Permalink
chore: add constraints file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 5, 2021
1 parent f004d5e commit b57a7c0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/google-cloud-appengine-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
url = "https://github.com/googleapis/python-appengine-admin"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"libcst >= 0.2.5",
"proto-plus >= 1.18.1",
"grpc-google-iam-v1",
"six",
Expand Down
Empty file.
Empty file.
11 changes: 11 additions & 0 deletions packages/google-cloud-appengine-admin/testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.18.1
grpc-google-iam-v1==0.12.3
six==1.13.0
Empty file.
Empty file.
Empty file.

0 comments on commit b57a7c0

Please sign in to comment.