| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ def default(session): | |||
| 72 | 72 | # Install all test dependencies, then install this package in-place. | |
| 73 | 73 | session.install("asyncmock", "pytest-asyncio") | |
| 74 | 74 | ||
| 75 | - session.install("mock", "pytest", "pytest-cov", "sqlparse") | ||
| 75 | + session.install("mock", "pytest", "pytest-cov") | ||
| 76 | 76 | session.install("-e", ".") | |
| 77 | 77 | ||
| 78 | 78 | # Run py.test against the unit tests. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,8 +32,9 @@ | |||
| 32 | 32 | "google-api-core[grpc] >= 1.22.0, < 2.0.0dev", | |
| 33 | 33 | "google-cloud-core >= 1.4.1, < 2.0dev", | |
| 34 | 34 | "grpc-google-iam-v1 >= 0.12.3, < 0.13dev", | |
| 35 | - "proto-plus==1.11.0", | ||
| 36 | 35 | "libcst >= 0.2.5", | |
| 36 | + "proto-plus == 1.11.0", | ||
| 37 | + "sqlparse >= 0.3.0", | ||
| 37 | 38 | ] | |
| 38 | 39 | extras = { | |
| 39 | 40 | "tracing": [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments