Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
Signed-off-by: Max Hoffman <[email protected]>
  • Loading branch information
max-hoffman committed Apr 29, 2021
1 parent 73f964f commit c8049a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
18 changes: 9 additions & 9 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ attrs==20.3.0
# -c requirements.txt
# jsonschema
# pytest
# pytest-docker
# scantree
bcrypt==3.2.0
# via
# -c requirements.txt
# paramiko
black==21.4b2
# via
# -c requirements.txt
# -r dev-requirements.in
# flake8-black
cached-property==1.5.2
# via docker-compose
certifi==2020.12.5
# via
# -c requirements.txt
Expand Down Expand Up @@ -53,7 +57,7 @@ cryptography==3.4.7
# via
# -c requirements.txt
# paramiko
dataclasses-json==0.5.2
dataclasses-json==0.5.3
# via
# -c requirements.txt
# flytekit
Expand Down Expand Up @@ -94,7 +98,7 @@ flake8==3.9.1
# -r dev-requirements.in
# flake8-black
# flake8-isort
flyteidl==0.18.38
flyteidl==0.18.39
# via
# -c requirements.txt
# flytekit
Expand All @@ -109,11 +113,7 @@ idna==2.10
importlib-metadata==4.0.1
# via
# -c requirements.txt
# flake8
# jsonschema
# keyring
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
isort==5.8.0
Expand Down Expand Up @@ -261,7 +261,7 @@ requests==2.25.1
# docker-compose
# flytekit
# responses
responses==0.13.2
responses==0.13.3
# via
# -c requirements.txt
# flytekit
Expand Down
4 changes: 1 addition & 3 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ idna==2.10
imagesize==1.2.0
# via sphinx
importlib-metadata==4.0.1
# via
# jsonschema
# keyring
# via keyring
inotify_simple==1.2.1
# via sagemaker-training
ipykernel==5.5.3
Expand Down
4 changes: 1 addition & 3 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ hmsclient==0.1.1
idna==2.10
# via requests
importlib-metadata==4.0.1
# via
# jsonschema
# keyring
# via keyring
inotify_simple==1.2.1
# via sagemaker-training
ipykernel==5.5.3
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ hmsclient==0.1.1
idna==2.10
# via requests
importlib-metadata==4.0.1
# via
# jsonschema
# keyring
# via keyring
inotify_simple==1.2.1
# via sagemaker-training
ipykernel==5.5.3
Expand Down

0 comments on commit c8049a9

Please sign in to comment.