8000 chore: test minimum dependencies in python 3.7 (#294) · googleapis/google-cloud-python@217e30d · GitHub
[go: up one dir, main page]

Skip to content

Commit 217e30d

Browse files
authored
chore: test minimum dependencies in python 3.7 (#294)
1 parent 073bc6b commit 217e30d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
google-api-core==1.31.5
9+
grpc-google-iam-v1==0.12.4
10+
proto-plus==1.15.0
11+
libcst==0.2.5
12+
grafeas==1.4.1
13+
protobuf==3.19.0

0 commit comments

Comments
 (0)
0