Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 22, 2024
1 parent f747e98 commit 8f2db47
Show file tree
Hide file tree
Showing 5 changed files with 601 additions and 38 deletions.
9 changes: 6 additions & 3 deletions src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ verify_ssl = true
name = "pypi"

[packages]
typer = "*"
boto3 = "*"
loguru = "*"
pydantic = "*"
typer = "*"

[dev-packages]
pyright = "*"
flake8 = "*"
black = "*"
boto3-stubs = "*"
flake8 = "*"
isort = "*"
moto = {extras = ["s3"], version = "*"}
pyright = "*"
pytest = "*"
syrupy = "*"

Expand Down
Loading

0 comments on commit 8f2db47

Please sign in to comment.