Skip to content

Commit

Permalink
add missing stubs for pytz, requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Dec 22, 2024
1 parent 51cabd5 commit a3b5d20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ dependencies = [

[project.optional-dependencies]
dev = [
"aibs-informatics-aws-utils[stubs]~=0.0.5",
"aibs-informatics-test-resources[all]~=0.0.4",
"boto3-stubs[athena,apigateway,batch,ecr,ecs,efs,essential,fsx,logs,secretsmanager,ses,sns,ssm,sts,stepfunctions]",
"moto[all] ~= 5.0",
]

stubs = [
"boto3-stubs[athena,apigateway,batch,ecr,ecs,efs,essential,fsx,logs,secretsmanager,ses,sns,ssm,sts,stepfunctions]",
"boto3-stubs",
"types-pytz",
"types-requests",
]

release = [
"build",
"bump-my-version",
Expand Down

0 comments on commit a3b5d20

Please sign in to comment.