mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Replace boto3.in with slow scenario (#2451)
The previous scenario doesn't hit the slow path anymore
This commit is contained in:
parent
ea8fc8280a
commit
ef22e9bf3f
2 changed files with 9 additions and 68 deletions
|
@ -1,16 +1,3 @@
|
||||||
# Works with python 3.12
|
# Works with Python 3.8 to 3.12
|
||||||
boto3>0.0.19
|
urllib3<1.25.4
|
||||||
urllib3
|
boto3
|
||||||
botocore
|
|
||||||
setuptools
|
|
||||||
s3transfer
|
|
||||||
wheel
|
|
||||||
packaging
|
|
||||||
idna
|
|
||||||
pyyaml
|
|
||||||
python-dateutil
|
|
||||||
grpcio-status
|
|
||||||
cryptography
|
|
||||||
google-api-core
|
|
||||||
pip
|
|
||||||
numpy
|
|
||||||
|
|
|
@ -1,65 +1,19 @@
|
||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv pip compile scripts/requirements/boto3.in
|
# uv pip compile scripts/requirements/boto3.in
|
||||||
boto3==1.7.84
|
boto3==1.15.18
|
||||||
botocore==1.10.84
|
botocore==1.18.18
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
cachetools==5.3.2
|
|
||||||
# via google-auth
|
|
||||||
certifi==2023.11.17
|
|
||||||
# via requests
|
|
||||||
cffi==1.16.0
|
|
||||||
# via cryptography
|
|
||||||
charset-normalizer==3.3.2
|
|
||||||
# via requests
|
|
||||||
cryptography==41.0.7
|
|
||||||
docutils==0.20.1
|
|
||||||
# via botocore
|
|
||||||
google-api-core==2.15.0
|
|
||||||
google-auth==2.26.1
|
|
||||||
# via google-api-core
|
|
||||||
googleapis-common-protos==1.62.0
|
|
||||||
# via
|
|
||||||
# google-api-core
|
|
||||||
# grpcio-status
|
|
||||||
grpcio==1.60.0
|
|
||||||
# via grpcio-status
|
|
||||||
grpcio-status==1.60.0
|
|
||||||
idna==3.6
|
|
||||||
# via requests
|
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# botocore
|
# botocore
|
||||||
numpy==1.26.3
|
python-dateutil==2.9.0.post0
|
||||||
packaging==23.2
|
|
||||||
pip==23.3.2
|
|
||||||
protobuf==4.25.1
|
|
||||||
# via
|
|
||||||
# google-api-core
|
|
||||||
# googleapis-common-protos
|
|
||||||
# grpcio-status
|
|
||||||
pyasn1==0.5.1
|
|
||||||
# via
|
|
||||||
# pyasn1-modules
|
|
||||||
# rsa
|
|
||||||
pyasn1-modules==0.3.0
|
|
||||||
# via google-auth
|
|
||||||
pycparser==2.21
|
|
||||||
# via cffi
|
|
||||||
python-dateutil==2.8.2
|
|
||||||
# via botocore
|
# via botocore
|
||||||
pyyaml==6.0.1
|
s3transfer==0.3.7
|
||||||
requests==2.31.0
|
|
||||||
# via google-api-core
|
|
||||||
rsa==4.9
|
|
||||||
# via google-auth
|
|
||||||
s3transfer==0.1.13
|
|
||||||
# via boto3
|
# via boto3
|
||||||
setuptools==69.0.3
|
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
urllib3==2.1.0
|
urllib3==1.25.3
|
||||||
# via requests
|
# via botocore
|
||||||
wheel==0.42.0
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue