Skip to content

Commit

Permalink
Prep flytesnacks for functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Aug 20, 2018
1 parent 3469394 commit 610e983
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 22 deletions.
15 changes: 14 additions & 1 deletion cookbook/case_studies/bioinformatics/blast/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ binaryornot==0.4.4
# via cookiecutter
certifi==2021.10.8
# via requests
cffi==1.15.0
# via cryptography
chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.11
Expand All @@ -26,6 +28,8 @@ cookiecutter==1.7.3
# via flytekit
croniter==1.2.0
# via flytekit
cryptography==36.0.1
# via secretstorage
cycler==0.11.0
# via matplotlib
dataclasses-json==0.5.6
Expand All @@ -42,7 +46,7 @@ docstring-parser==0.13
# via flytekit
flyteidl==0.21.25
# via flytekit
flytekit==0.30.0b9
flytekit==0.30.0b10
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
Expand All @@ -54,6 +58,10 @@ idna==3.3
# via requests
importlib-metadata==4.10.1
# via keyring
jeepney==0.7.1
# via
# keyring
# secretstorage
jinja2==3.0.3
# via
# cookiecutter
Expand Down Expand Up @@ -102,12 +110,15 @@ py==1.11.0
# via retry
pyarrow==6.0.1
# via flytekit
pycparser==2.21
# via cffi
pyparsing==3.0.7
# via
# matplotlib
# packaging
python-dateutil==2.8.1
# via
# arrow
# croniter
# flytekit
# matplotlib
Expand All @@ -133,6 +144,8 @@ responses==0.17.0
# via flytekit
retry==0.9.2
# via flytekit
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# cookiecutter
Expand Down
2 changes: 1 addition & 1 deletion cookbook/common/requirements-common.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flytekit>=0.26.0
flytekit>=0.30.0b10
wheel
matplotlib
40 changes: 20 additions & 20 deletions cookbook/core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make requirements.txt
#
arrow==1.2.1
arrow==1.2.2
# via jinja2-time
binaryornot==0.4.4
# via cookiecutter
Expand All @@ -14,7 +14,7 @@ cffi==1.15.0
# via cryptography
chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.10
charset-normalizer==2.0.11
# via requests
checksumdir==1.2.0
# via flytekit
Expand All @@ -26,7 +26,7 @@ cloudpickle==2.0.0
# via flytekit
cookiecutter==1.7.3
# via flytekit
croniter==1.1.0
croniter==1.2.0
# via flytekit
cryptography==36.0.1
# via secretstorage
Expand All @@ -44,17 +44,17 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.13
# via flytekit
flyteidl==0.21.23
flyteidl==0.21.25
# via flytekit
flytekit==0.26.0
flytekit==0.30.0b10
# via -r ../common/requirements-common.in
fonttools==4.28.5
fonttools==4.29.1
# via matplotlib
grpcio==1.43.0
# via flytekit
idna==3.3
# via requests
importlib-metadata==4.10.0
importlib-metadata==4.10.1
# via keyring
jeepney==0.7.1
# via
Expand Down Expand Up @@ -85,9 +85,9 @@ matplotlib==3.5.1
# via -r ../common/requirements-common.in
mypy-extensions==0.4.3
# via typing-inspect
natsort==8.0.2
natsort==8.1.0
# via flytekit
numpy==1.22.0
numpy==1.22.1
# via
# matplotlib
# opencv-python
Expand All @@ -97,13 +97,13 @@ opencv-python==4.5.5.62
# via -r requirements.in
packaging==21.3
# via matplotlib
pandas==1.3.5
pandas==1.4.0
# via flytekit
pillow==9.0.0
pillow==9.0.1
# via matplotlib
poyo==0.5.0
# via cookiecutter
protobuf==3.19.3
protobuf==3.19.4
# via
# flyteidl
# flytekit
Expand All @@ -113,11 +113,11 @@ pyarrow==6.0.1
# via flytekit
pycparser==2.21
# via cffi
pyparsing==3.0.6
pyparsing==3.0.7
# via
# matplotlib
# packaging
python-dateutil==2.8.1
python-dateutil==2.8.2
# via
# arrow
# croniter
Expand All @@ -134,14 +134,14 @@ pytz==2021.3
# via
# flytekit
# pandas
regex==2021.11.10
regex==2022.1.18
# via docker-image-py
requests==2.27.1
# via
# cookiecutter
# flytekit
# responses
responses==0.17.0
responses==0.18.0
# via flytekit
retry==0.9.2
# via flytekit
Expand All @@ -150,18 +150,18 @@ secretstorage==3.3.1
six==1.16.0
# via
# cookiecutter
# flytekit
# grpcio
# python-dateutil
# responses
sortedcontainers==2.4.0
# via flytekit
statsd==3.3.0
# via flytekit
text-unidecode==1.3
# via python-slugify
typing-extensions==4.0.1
# via typing-inspect
# via
# flytekit
# typing-inspect
typing-inspect==0.7.1
# via dataclasses-json
urllib3==1.26.8
Expand Down

0 comments on commit 610e983

Please sign in to comment.