Skip to content

Commit

Permalink
refactor: moved mypy deps to own group
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Apr 20, 2024
1 parent 1f3ec49 commit 0089492
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
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.

17 changes: 10 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,23 @@ django = "^5.0.2"
django-mathfilters = "^1.0.0"
sample-helper-aws-appconfig = "^2.1.0"
redis = { extras = ["hiredis"], version = "^5.0.1" }

djangorestframework = "^3.14.0"
django-tz-detect = "^0.5.0"
typos = "^1.20.3"
pre-commit = "^3.7.0"
pulumi-aws = "^6.29.0"

[tool.poetry.group.mypy.dependencies]
mypy = "1.7.1"
djangorestframework-stubs = { extras = ["compatible-mypy"], version = "^3.14.5" }
boto3-stubs = { extras = [
"sesv2",
"events",
"scheduler",
"iam",
"stepfunctions",
], version = "^1.34.76" }
djangorestframework = "^3.14.0"
django-tz-detect = "^0.5.0"
typos = "^1.20.3"
pre-commit = "^3.7.0"
pulumi-aws = "^6.29.0"
mypy = "1.7.1"
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^3.14.5"}

[tool.poetry.group.django.dependencies]
Django = "^5.0.2"
Expand Down

0 comments on commit 0089492

Please sign in to comment.