mirror of
https://github.com/astral-sh/uv
synced 2026-01-10 08:03:23 -05: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:
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
|
||||
Reference in New Issue
Block a user