Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeneBrae93 authored Jun 6, 2024
1 parent 34beac7 commit 157a23d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ qrcode = "^7.4.2"
jq = "^1.4.1"
pyyaml = "^6.0.1"
toml = "^0.10.2"
types-urllib3 = "^1.26.25.14"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.1"
Expand All @@ -39,6 +40,9 @@ boto3-stubs = {extras = ["iam", "s3", "lambda"], version = "^1.17.54"}
moto = "^2.2.1"
importlib-metadata = "4.13.0"

[tool.poetry.group.dev.dependencies]
types-urllib3 = "^1.26.25.14"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 157a23d

Please sign in to comment.