Skip to content

Commit

Permalink
add kubernetes in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed Jan 27, 2023
1 parent 32ea24b commit b03445e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 19 deletions.
72 changes: 53 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make requirements.txt
#
Expand All @@ -14,25 +14,29 @@ attrs==20.3.0
# jsonschema
binaryornot==0.4.4
# via cookiecutter
cachetools==5.3.0
# via google-auth
certifi==2022.12.7
# via requests
# via
# kubernetes
# requests
cffi==1.15.1
# via cryptography
chardet==5.1.0
# via binaryornot
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via
# cookiecutter
# flytekit
cloudpickle==2.2.0
cloudpickle==2.2.1
# via flytekit
cookiecutter==2.1.1
# via flytekit
croniter==1.3.8
# via flytekit
cryptography==38.0.4
cryptography==39.0.0
# via
# pyopenssl
# secretstorage
Expand All @@ -50,11 +54,18 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.3.1
flyteidl==1.3.4
# via flytekit
googleapis-common-protos==1.57.0
gitdb==4.0.10
# via gitpython
gitpython==3.1.30
# via flytekit
google-auth==2.16.0
# via kubernetes
googleapis-common-protos==1.58.0
# via
# flyteidl
# flytekit
# grpcio-status
grpcio==1.51.1
# via
Expand All @@ -64,7 +75,7 @@ grpcio-status==1.51.1
# via flytekit
idna==3.4
# via requests
importlib-metadata==5.1.0
importlib-metadata==6.0.0
# via
# flytekit
# keyring
Expand All @@ -84,9 +95,11 @@ joblib==1.2.0
# via flytekit
jsonschema==3.2.0
# via -r requirements.in
keyring==23.11.0
keyring==23.13.1
# via flytekit
markupsafe==2.1.1
kubernetes==25.3.0
# via flytekit
markupsafe==2.1.2
# via jinja2
marshmallow==3.19.0
# via
Expand All @@ -106,8 +119,11 @@ natsort==8.2.0
numpy==1.21.6
# via
# -r requirements.in
# flytekit
# pandas
# pyarrow
oauthlib==3.2.2
# via requests-oauthlib
packaging==21.3
# via
# -r requirements.in
Expand All @@ -117,7 +133,7 @@ pandas==1.3.5
# via
# -r requirements.in
# flytekit
protobuf==4.21.10
protobuf==4.21.12
# via
# flyteidl
# googleapis-common-protos
Expand All @@ -129,27 +145,34 @@ py==1.11.0
# via retry
pyarrow==10.0.1
# via flytekit
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycparser==2.21
# via cffi
pyopenssl==22.1.0
pyopenssl==23.0.0
# via flytekit
pyparsing==3.0.9
# via packaging
pyrsistent==0.19.2
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
# arrow
# croniter
# flytekit
# kubernetes
# pandas
python-json-logger==2.0.4
# via flytekit
python-slugify==7.0.0
# via cookiecutter
pytimeparse==1.1.8
# via flytekit
pytz==2022.6
pytz==2022.7.1
# via
# flytekit
# pandas
Expand All @@ -158,27 +181,36 @@ pyyaml==5.4.1
# -r requirements.in
# cookiecutter
# flytekit
# kubernetes
regex==2022.10.31
# via docker-image-py
requests==2.28.1
requests==2.28.2
# via
# cookiecutter
# docker
# flytekit
# kubernetes
# requests-oauthlib
# responses
requests-oauthlib==1.3.1
# via kubernetes
responses==0.22.0
# via flytekit
retry==0.9.2
# via flytekit
rsa==4.9
# via google-auth
secretstorage==3.3.3
# via keyring
singledispatchmethod==1.0
# via flytekit
six==1.16.0
# via
# google-auth
# jsonschema
# kubernetes
# python-dateutil
# websocket-client
smmap==5.0.0
# via gitdb
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
Expand All @@ -195,16 +227,18 @@ typing-extensions==4.4.0
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
urllib3==1.26.13
urllib3==1.26.14
# via
# docker
# flytekit
# kubernetes
# requests
# responses
websocket-client==0.59.0
# via
# -r requirements.in
# docker
# kubernetes
wheel==0.38.4
# via flytekit
wrapt==1.14.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
# aliases. More details in https://github.com/flyteorg/flyte/issues/3166
"numpy<1.24.0",
"gitpython",
"kubernetes>=12.0.1"
],
extras_require=extras_require,
scripts=[
Expand Down

0 comments on commit b03445e

Please sign in to comment.