Files
uv/scripts/requirements/compiled/boto3.txt
T
Zanie Blue 2586f655bb Rename to uv (#1302)
First, replace all usages in files in-place. I used my editor for this.
If someone wants to add a one-liner that'd be fun.

Then, update directory and file names:

```
# Run twice for nested directories
find . -type d -print0 | xargs -0 rename s/puffin/uv/g
find . -type d -print0 | xargs -0 rename s/puffin/uv/g

# Update files
find . -type f -print0 | xargs -0 rename s/puffin/uv/g
```

Then add all the files again

```
# Add all the files again
git add crates
git add python/uv

# This one needs a force-add
git add -f crates/uv-trampoline
```
2024-02-15 11:19:46 -06:00

66 lines
1.2 KiB
Plaintext

# This file was autogenerated by uv v0.0.1 via the following command:
# uv pip compile scripts/requirements/boto3.in
boto3==1.7.84
botocore==1.10.84
# via
# boto3
# 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
# via
# boto3
# botocore
numpy==1.26.3
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
pyyaml==6.0.1
requests==2.31.0
# via google-api-core
rsa==4.9
# via google-auth
s3transfer==0.1.13
# via boto3
setuptools==69.0.3
six==1.16.0
# via python-dateutil
urllib3==2.1.0
# via requests
wheel==0.42.0