Skip to content

Commit

Permalink
add boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
azuur committed Feb 5, 2024
1 parent c88e1c7 commit 1996828
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
RAW_DATA_ROOT_PATH=/path/to/dir
TRAIN_ARTIFACTS_ROOT_PATH=/path/to/dir
RAW_DATA_BUCKET=bucket_name
TRAIN_ARTIFACTS_BUCKET=bucket_name
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pandas = "^2.1.4"
typer = {extras = ["all"], version = "^0.9.0"}
uvicorn = {extras = ["standard"], version = "^0.26.0"}
matplotlib = "^3.8.2"
boto3 = "^1.34.34"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.9"
Expand Down

0 comments on commit 1996828

Please sign in to comment.