Skip to content

Commit

Permalink
Restore dev-requirements files in papermill plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Dec 13, 2022
1 parent 1d30a95 commit 00d2b62
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 48 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
make setup
cd plugins/${{ matrix.plugin-names }}
pip install -r requirements.txt
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
pip install -U https://github.com/flyteorg/flytekit/archive/${{ github.sha }}.zip#egg=flytekit
pip freeze
- name: Test with coverage
Expand Down
3 changes: 3 additions & 0 deletions plugins/flytekit-papermill/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
flyteidl>=1.3.0
-e file:../../.#egg=flytekitplugins-pod&subdirectory=plugins/flytekit-k8s-pod
-e file:../../.#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark
238 changes: 238 additions & 0 deletions plugins/flytekit-papermill/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile dev-requirements.in
#
-e file:../../.#egg=flytekitplugins-pod&subdirectory=plugins/flytekit-k8s-pod
# via -r dev-requirements.in
-e file:../../.#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark
# via -r dev-requirements.in
arrow==1.2.3
# via jinja2-time
binaryornot==0.4.4
# via cookiecutter
cachetools==5.2.0
# via google-auth
certifi==2022.12.7
# via
# kubernetes
# requests
cffi==1.15.1
# via cryptography
chardet==5.1.0
# via binaryornot
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via
# cookiecutter
# flytekit
cloudpickle==2.2.0
# via flytekit
cookiecutter==2.1.1
# via flytekit
croniter==1.3.8
# via flytekit
cryptography==38.0.4
# via
# pyopenssl
# secretstorage
dataclasses-json==0.5.7
# via flytekit
decorator==5.1.1
# via retry
deprecated==1.2.13
# via flytekit
diskcache==5.4.0
# via flytekit
docker==6.0.1
# via flytekit
docker-image-py==0.1.12
# via flytekit
docstring-parser==0.15
# via flytekit
flyteidl==1.3.0
# via
# -r dev-requirements.in
# flytekit
flytekit==1.3.0b2
# via
# flytekitplugins-pod
# flytekitplugins-spark
google-auth==2.15.0
# via kubernetes
googleapis-common-protos==1.57.0
# via
# flyteidl
# grpcio-status
grpcio==1.51.1
# via
# flytekit
# grpcio-status
grpcio-status==1.51.1
# via flytekit
idna==3.4
# via requests
importlib-metadata==5.1.0
# via
# flytekit
# keyring
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via cookiecutter
joblib==1.2.0
# via flytekit
keyring==23.11.0
# via flytekit
kubernetes==25.3.0
# via flytekitplugins-pod
markupsafe==2.1.1
# via jinja2
marshmallow==3.19.0
# via
# dataclasses-json
# marshmallow-enum
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.13.0
# via flytekit
more-itertools==9.0.0
# via jaraco-classes
mypy-extensions==0.4.3
# via typing-inspect
natsort==8.2.0
# via flytekit
numpy==1.23.5
# via
# pandas
# pyarrow
oauthlib==3.2.2
# via requests-oauthlib
packaging==22.0
# via
# docker
# marshmallow
pandas==1.5.2
# via flytekit
protobuf==4.21.11
# via
# flyteidl
# googleapis-common-protos
# grpcio-status
# protoc-gen-swagger
protoc-gen-swagger==0.1.0
# via flyteidl
py==1.11.0
# via retry
py4j==0.10.9.5
# via pyspark
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
# via flytekit
pyspark==3.3.0
# via flytekitplugins-spark
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
# via
# flytekit
# pandas
pyyaml==6.0
# via
# cookiecutter
# flytekit
# kubernetes
regex==2022.10.31
# via docker-image-py
requests==2.28.1
# 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
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
# via flytekit
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via responses
types-toml==0.10.8.1
# via responses
typing-extensions==4.4.0
# via
# flytekit
# typing-inspect
typing-inspect==0.8.0
# via dataclasses-json
urllib3==1.26.13
# via
# docker
# flytekit
# kubernetes
# requests
# responses
websocket-client==1.4.2
# via
# docker
# kubernetes
wheel==0.38.4
# via flytekit
wrapt==1.14.1
# via
# deprecated
# flytekit
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 0 additions & 2 deletions plugins/flytekit-papermill/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.
-e file:.#egg=flytekitplugins-papermill
-e file:../../.#egg=flytekitplugins-pod&subdirectory=plugins/flytekit-k8s-pod
-e file:../../.#egg=flytekitplugins-spark&subdirectory=plugins/flytekit-spark
Loading

0 comments on commit 00d2b62

Please sign in to comment.