Skip to content

Commit

Permalink
Use the right requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik committed Mar 26, 2021
1 parent b0cb926 commit 326b372
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -9,6 +9,7 @@
import zipfile

import boto3
import requests
import troposphere.awslambda
import troposphere.cloudformation
import troposphere.config
Expand All @@ -20,7 +21,6 @@
import troposphere.s3
import troposphere.sns
import troposphere.stepfunctions
from botocore.vendored import requests


def add_lambda_role(template: troposphere.Template) -> troposphere.iam.Role:
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand Up @@ -16,6 +16,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.6"
boto3 = "^1.17.38"
troposphere = "^2.7.0"
requests = "^2.25.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down

0 comments on commit 326b372

Please sign in to comment.