Skip to content

Commit f220654

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 e40d212 commit f220654

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
@@ -28,7 +28,9 @@ opensearch-py = {version = "2.4.2"}
2828
pandas = { version = "^2.1.0" }
2929
plaso = { version = "20240308", optional = true }
3030
prometheus_client = { version = "^0.17.1" }
31-
protobuf = { version = ">=3.19.0", optional = true }
31+
protobuf = { version = ">=3.19.0,<4.0.0dev", optional = true }
32+
proto-plus = { version = "<2.0.0dev,>=1.22.0", optional = true }
33+
psq = { version = "*", optional = true }
3234
pydantic = { version = "^1.10.5,<2"}
3335
pyglove = { version = ">=0.4.4" }
3436
pyhindsight = { version = "^20230327.0", optional = true }
@@ -50,6 +52,7 @@ mock = "*"
5052
pytest = "*"
5153
tabulate = "*"
5254
turbinia-api-lib = "^1.0.2"
55+
turbinia-api-lib = "^1.0.2"
5356
yapf = "*"
5457

5558
[tool.poetry.extras]

0 commit comments

Comments
 (0)