diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index e69de29..30ad2de 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -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-auth==1.0.0 +requests-oauthlib==0.7.0 +click==6.0.0 \ No newline at end of file