Skip to content

Commit acc9274

Browse files
authored
chore: test minimum dependencies in python 3.7 (googleapis#463)
1 parent 177e70a commit acc9274

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

testing/constraints-3.7.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
sqlalchemy==1.2.0
8+
google-auth==1.25.0
9+
google-cloud-bigquery==2.25.2
10+
google-cloud-bigquery-storage==2.0.0
11+
google-api-core==1.31.5
12+
pyarrow==3.0.0

0 commit comments

Comments
 (0)