Skip to content

Commit cc6fca7

Browse files
committed
Remove GCP dependencies (google#1440)
* Remove gcp dependencies * Update dockerfiles * Update dockerfiles * Update gcp error reporting * Updates to formatting * Add unit test * Update unit test * Clean up * Update unit test * Update error reporting * Update file * Update config template * Catch exception * Updates * fix lint
1 parent a5bdb58 commit cc6fca7

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

poetry.lock

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ libcloudforensics = { version = "20240214" }
2727
pandas = { version = "^2.1.0" }
2828
plaso = { version = "20240308", optional = true }
2929
prometheus_client = { version = "^0.17.1" }
30-
protobuf = { version = ">=3.19.0", optional = true }
30+
protobuf = { version = ">=3.19.0,<4.0.0dev", optional = true }
31+
proto-plus = { version = "<2.0.0dev,>=1.22.0", optional = true }
32+
psq = { version = "*", optional = true }
3133
pydantic = { version = "^1.10.5,<2"}
3234
pyglove = { version = ">=0.4.4" }
3335
pyhindsight = { version = "^20230327.0", optional = true }
@@ -48,6 +50,7 @@ google-auth-oauthlib = "^1.1.0"
4850
mock = "*"
4951
pytest = "*"
5052
turbinia-api-lib = "^1.0.2"
53+
turbinia-api-lib = "^1.0.2"
5154
yapf = "*"
5255

5356
[tool.poetry.extras]

0 commit comments

Comments
 (0)