Skip to content

Commit

Permalink
Remove GCP dependencies (google#1440)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jleaniz committed May 30, 2024
1 parent e40d212 commit f220654
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
37 changes: 37 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ opensearch-py = {version = "2.4.2"}
pandas = { version = "^2.1.0" }
plaso = { version = "20240308", optional = true }
prometheus_client = { version = "^0.17.1" }
protobuf = { version = ">=3.19.0", optional = true }
protobuf = { version = ">=3.19.0,<4.0.0dev", optional = true }
proto-plus = { version = "<2.0.0dev,>=1.22.0", optional = true }
psq = { version = "*", optional = true }
pydantic = { version = "^1.10.5,<2"}
pyglove = { version = ">=0.4.4" }
pyhindsight = { version = "^20230327.0", optional = true }
Expand All @@ -50,6 +52,7 @@ mock = "*"
pytest = "*"
tabulate = "*"
turbinia-api-lib = "^1.0.2"
turbinia-api-lib = "^1.0.2"
yapf = "*"

[tool.poetry.extras]
Expand Down

0 comments on commit f220654

Please sign in to comment.