| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,6 +98,7 @@ packages_with_system_tests=( | |||
| 98 | 98 | "sqlalchemy-spanner" | |
| 99 | 99 | "google-cloud-firestore" | |
| 100 | 100 | "google-cloud-logging" | |
| 101 | + "google-cloud-ndb" | ||
| 101 | 102 | "google-cloud-pubsub" | |
| 102 | 103 | "google-cloud-testutils" | |
| 103 | 104 | "sqlalchemy-bigquery" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ def main(): | |||
| 45 | 45 | "protobuf >= 4.25.8, < 8.0.0", | |
| 46 | 46 | "pymemcache >= 2.1.0, < 5.0.0", | |
| 47 | 47 | "pytz >= 2018.3", | |
| 48 | - "redis >= 3.0.0, < 7.0.0", | ||
| 48 | + "redis >= 3.0.0, < 8.0.0", | ||
| 49 | 49 | ] | |
| 50 | 50 | ||
| 51 | 51 | setuptools.setup( | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,8 @@ | |||
| 1 | + # We use the constraints file for the latest Python version | ||
| 2 | + # (currently this file) to check that the latest | ||
| 3 | + # major versions of dependencies are supported in setup.py. | ||
| 4 | + # List all library dependencies and extras in this file. | ||
| 5 | + # Require the latest major version be installed for each dependency. | ||
| 6 | + # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0", | ||
| 7 | + # Then this file should have google-cloud-foo>=1 | ||
| 8 | + redis>=7 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments