Skip to content

Commit

Permalink
set fixed version for botocore and boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Oct 28, 2021
1 parent 2f65784 commit a01f253
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 172 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ gunicorn = "~=19.9.0"
gevent = "~=1.4.0"
packaging = "~=20.4"
django-environ-2 = "~=2.1.0"
boto3 = "~=1.18.13"
boto3 = "==1.18.17"
botocore = "==1.21.17"
sentry-sdk = "~=1.3.1"
redis = "*"
celery = "~=5.1.2"
Expand All @@ -43,7 +44,7 @@ psycopg2-binary = "~=2.9.1"
weni-protobuffers = "~=1.1.0"

[dev-packages]
"flake8" = "~=3.9.2"
"flake8" = "~=4.0.0"
requests-mock = "~=1.8.0"
coverage = "~=5.5"
ipython = "*"
Expand Down

0 comments on commit a01f253

Please sign in to comment.