Skip to content

Commit 204b597

Browse files
authored
fix: resolved conflict for dependent botocore library (#34)
1 parent 737097c commit 204b597

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Distribution / packaging
2+
__pycache__
23
.Python
34
env/
45
build/
@@ -26,3 +27,6 @@ output/*
2627

2728
# Graph image
2829
graph.png
30+
31+
/.venv
32+
/.idea

‎bin/test_lambda_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
/usr/local/bin/python-lambda-local -t 10 -f $1 $2 $3
3+
python-lambda-local -t 10 -f "$1" "$2" "$3"

‎requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
aws-xray-sdk>=2.0
2-
boto3==1.7.3
3-
botocore<1.11.0,>=1.10.3
2+
boto3<1.13
43
cookiecutter==1.7.0
54
networkx==2.4
65
petname==2.6

0 commit comments

Comments
 (0)