This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce1437b
commit 876f210
Showing
2 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# For creating/distributing a binary, all dependencies should | ||
# be pinned to specific versions in order to provide for a reproducible | ||
# build. | ||
# | ||
# The 'pip-tools' package's 'pip-compile' command can be used for that | ||
# purpose. The following command will take the inputs from this file | ||
# and create a 'requirements.txt' file with pinned versions of all | ||
# dependencies: | ||
# | ||
# pip-compile --upgrade requirements.in | ||
# | ||
# If you depend on pre-releases (of e.g. kuksa-client) use | ||
# | ||
# pip-compile --pre --upgrade requirements.in | ||
|
||
kuksa-client | ||
boto3 | ||
pyarrow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
kuksa-client | ||
boto3~=1.26.24 | ||
pyarrow~=10.0.1 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
attrs==23.1.0 | ||
# via cmd2 | ||
boto3==1.28.84 | ||
# via -r requirements.in | ||
botocore==1.31.84 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
cmd2==1.5.0 | ||
# via kuksa-client | ||
colorama==0.4.6 | ||
# via cmd2 | ||
grpcio==1.59.2 | ||
# via grpcio-tools | ||
grpcio-tools==1.59.2 | ||
# via kuksa-client | ||
jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
jsonpath-ng==1.6.0 | ||
# via kuksa-client | ||
kuksa-client==0.4.1 | ||
# via -r requirements.in | ||
numpy==1.26.2 | ||
# via pyarrow | ||
ply==3.11 | ||
# via jsonpath-ng | ||
protobuf==4.25.0 | ||
# via grpcio-tools | ||
pyarrow==14.0.1 | ||
# via -r requirements.in | ||
pygments==2.16.1 | ||
# via kuksa-client | ||
pyperclip==1.8.2 | ||
# via cmd2 | ||
python-dateutil==2.8.2 | ||
# via botocore | ||
s3transfer==0.7.0 | ||
# via boto3 | ||
six==1.16.0 | ||
# via python-dateutil | ||
urllib3==2.0.7 | ||
# via botocore | ||
wcwidth==0.2.9 | ||
# via cmd2 | ||
websockets==12.0 | ||
# via kuksa-client | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |