From 4c026881aa9fd2b53e3fffa61e9d859f0e5f9eff Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 4 Jan 2024 17:29:45 +0100 Subject: [PATCH] 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. --- scripts/requirements/boto3.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/requirements/boto3.in diff --git a/scripts/requirements/boto3.in b/scripts/requirements/boto3.in new file mode 100644 index 000000000..69933c013 --- /dev/null +++ b/scripts/requirements/boto3.in @@ -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