Skip to content

Commit

Permalink
deps: explicitly define botocore to avoid pip backtracking
Browse files Browse the repository at this point in the history
installing `moto[server]` causes pip backtracking for `botocore`,
explicitly define and pin it to speed up installs
  • Loading branch information
dtrifiro authored and efiop committed Oct 19, 2023
1 parent 4db53e2 commit 92c404b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tests =
s3 =
moto[server]>=4
s3fs[boto3]>=2022.02.0
botocore>=1.31.17 # Temporary: explicitly define this to avoid pip backtracking while installing moto[server]
azure =
adlfs>=2022.02.22
%(docker)s
Expand Down

0 comments on commit 92c404b

Please sign in to comment.