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 Mar 18, 2024
1 parent a5bdb58 commit cc6fca7
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 @@ -27,7 +27,9 @@ libcloudforensics = { version = "20240214" }
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 @@ -48,6 +50,7 @@ google-auth-oauthlib = "^1.1.0"
mock = "*"
pytest = "*"
turbinia-api-lib = "^1.0.2"
turbinia-api-lib = "^1.0.2"
yapf = "*"

[tool.poetry.extras]
Expand Down

0 comments on commit cc6fca7

Please sign in to comment.