mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add boto3 requirements file (#778)
This requirements file contains a pathological case where we have to step through all the versions. I'm putting it in git to make it easier to collaborate on it.
This commit is contained in:
parent
e75fde7bfe
commit
4c026881aa
1 changed files with 16 additions and 0 deletions
16
scripts/requirements/boto3.in
Normal file
16
scripts/requirements/boto3.in
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Works with python 3.12
|
||||
boto3>0.0.19
|
||||
urllib3
|
||||
botocore
|
||||
setuptools
|
||||
s3transfer
|
||||
wheel
|
||||
packaging
|
||||
idna
|
||||
pyyaml
|
||||
python-dateutil
|
||||
grpcio-status
|
||||
cryptography
|
||||
google-api-core
|
||||
pip
|
||||
numpy
|
Loading…
Add table
Add a link
Reference in a new issue