Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace docker-py with docker #971

Merged
merged 2 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 33 additions & 27 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# make dev-requirements.txt
Expand Down Expand Up @@ -32,6 +32,7 @@ certifi==2021.10.8
# requests
cffi==1.15.0
# via
# -c requirements.txt
# bcrypt
# cryptography
# pynacl
Expand Down Expand Up @@ -67,7 +68,10 @@ croniter==1.3.4
# -c requirements.txt
# flytekit
cryptography==36.0.2
# via paramiko
# via
# -c requirements.txt
# paramiko
# secretstorage
dataclasses-json==0.5.7
# via
# -c requirements.txt
Expand All @@ -89,7 +93,10 @@ distlib==0.3.4
distro==1.7.0
# via docker-compose
docker[ssh]==5.0.3
# via docker-compose
# via
# -c requirements.txt
# docker-compose
# flytekit
docker-compose==1.29.2
# via
# pytest-docker
Expand All @@ -98,14 +105,6 @@ docker-image-py==0.1.12
# via
# -c requirements.txt
# flytekit
docker-py==1.10.6
# via
# -c requirements.txt
# flytekit
docker-pycreds==0.4.0
# via
# -c requirements.txt
# docker-py
dockerpty==0.4.1
# via docker-compose
docopt==0.6.2
Expand All @@ -116,16 +115,16 @@ docstring-parser==0.13
# flytekit
filelock==3.6.0
# via virtualenv
flyteidl==0.24.17
flyteidl==0.24.21
# via
# -c requirements.txt
# flytekit
google-api-core[grpc]==2.7.1
google-api-core[grpc]==2.7.2
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.6.3
google-auth==2.6.6
# via
# google-api-core
# google-cloud-core
Expand All @@ -135,7 +134,7 @@ google-cloud-bigquery-storage==2.13.1
# via
# -r dev-requirements.in
# google-cloud-bigquery
google-cloud-core==2.2.3
google-cloud-core==2.3.0
# via google-cloud-bigquery
google-crc32c==1.3.0
# via google-resumable-media
Expand Down Expand Up @@ -171,6 +170,11 @@ importlib-metadata==4.11.3
# keyring
iniconfig==1.1.1
# via pytest
jeepney==0.8.0
# via
# -c requirements.txt
# keyring
# secretstorage
jinja2==3.1.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -224,7 +228,7 @@ natsort==8.1.0
# flytekit
nodeenv==1.6.0
# via pre-commit
numpy==1.21.5
numpy==1.21.6
# via
# -c requirements.txt
# pandas
Expand All @@ -241,7 +245,7 @@ pandas==1.3.5
# flytekit
paramiko==2.10.3
# via docker
platformdirs==2.5.1
platformdirs==2.5.2
# via virtualenv
pluggy==1.0.0
# via pytest
Expand All @@ -255,7 +259,7 @@ proto-plus==1.20.3
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
protobuf==3.20.0
protobuf==3.20.1
# via
# -c requirements.txt
# flyteidl
Expand Down Expand Up @@ -287,10 +291,12 @@ pyasn1==0.4.8
pyasn1-modules==0.2.8
# via google-auth
pycparser==2.21
# via cffi
# via
# -c requirements.txt
# cffi
pynacl==1.5.0
# via paramiko
pyparsing==3.0.7
pyparsing==3.0.8
# via
# -c requirements.txt
# packaging
Expand All @@ -303,7 +309,7 @@ pytest==7.1.1
# -r dev-requirements.in
# pytest-docker
# pytest-flyte
pytest-docker==0.11.0
pytest-docker==0.12.0
# via pytest-flyte
pytest-flyte @ git+https://github.com/flyteorg/pytest-flyte@main
# via -r dev-requirements.in
Expand Down Expand Up @@ -350,7 +356,6 @@ requests==2.27.1
# cookiecutter
# docker
# docker-compose
# docker-py
# flytekit
# google-api-core
# google-cloud-bigquery
Expand All @@ -365,13 +370,15 @@ retry==0.9.2
# flytekit
rsa==4.8
# via google-auth
secretstorage==3.3.2
# via
# -c requirements.txt
# keyring
six==1.16.0
# via
# -c requirements.txt
# bcrypt
# cookiecutter
# docker-py
# docker-pycreds
# dockerpty
# google-auth
# grpcio
Expand Down Expand Up @@ -401,7 +408,7 @@ tomli==2.0.1
# coverage
# mypy
# pytest
typing-extensions==4.1.1
typing-extensions==4.2.0
# via
# -c requirements.txt
# flytekit
Expand All @@ -417,14 +424,13 @@ urllib3==1.26.9
# flytekit
# requests
# responses
virtualenv==20.14.0
virtualenv==20.14.1
# via pre-commit
websocket-client==0.59.0
# via
# -c requirements.txt
# docker
# docker-compose
# docker-py
wheel==0.37.1
# via
# -c requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.[all]
.
-e file:.#egg=flytekit

git+https://github.com/flyteorg/furo@main
Expand Down
46 changes: 22 additions & 24 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --output-file=doc-requirements.txt doc-requirements.in
# make doc-requirements.txt
#
-e file:.#egg=flytekit
# via -r doc-requirements.in
Expand All @@ -18,19 +18,19 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
arrow==1.2.2
# via jinja2-time
astroid==2.11.2
astroid==2.11.3
# via sphinx-autoapi
asttokens==2.0.5
# via stack-data
attrs==21.4.0
# via
# jsonschema
# visions
babel==2.9.1
babel==2.10.1
# via sphinx
backcall==0.2.0
# via ipython
beautifulsoup4==4.11.0
beautifulsoup4==4.11.1
# via
# furo
# nbconvert
Expand All @@ -40,7 +40,7 @@ binaryornot==0.4.4
# via cookiecutter
bleach==5.0.0
# via nbconvert
botocore==1.24.40
botocore==1.24.45
# via -r doc-requirements.in
cachetools==5.0.0
# via google-auth
Expand Down Expand Up @@ -95,12 +95,10 @@ deprecated==1.2.13
# via flytekit
diskcache==5.4.0
# via flytekit
docker-image-py==0.1.12
docker==5.0.3
# via flytekit
docker-py==1.10.6
docker-image-py==0.1.12
# via flytekit
docker-pycreds==0.4.0
# via docker-py
docstring-parser==0.13
# via flytekit
docutils==0.17.1
Expand All @@ -121,9 +119,9 @@ executing==0.8.3
# via stack-data
fastjsonschema==2.15.3
# via nbformat
flyteidl==0.24.17
flyteidl==0.24.21
# via flytekit
fonttools==4.32.0
fonttools==4.33.1
# via matplotlib
fsspec==2022.3.0
# via
Expand All @@ -136,7 +134,7 @@ google-api-core[grpc]==2.7.2
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.6.4
google-auth==2.6.6
# via
# google-api-core
# google-cloud-core
Expand All @@ -158,7 +156,7 @@ googleapis-common-protos==1.56.0
# flyteidl
# google-api-core
# grpcio-status
great-expectations==0.15.0
great-expectations==0.15.2
# via -r doc-requirements.in
greenlet==1.1.2
# via sqlalchemy
Expand Down Expand Up @@ -252,7 +250,7 @@ jupyter-client==7.2.2
# qtconsole
jupyter-console==6.4.3
# via jupyter
jupyter-core==4.9.2
jupyter-core==4.10.0
# via
# jupyter-client
# nbconvert
Expand Down Expand Up @@ -339,8 +337,9 @@ nest-asyncio==1.5.5
# notebook
networkx==2.8
# via visions
notebook==6.4.10
notebook==6.4.11
# via
# great-expectations
# jupyter
# widgetsnbextension
numpy==1.22.3
Expand Down Expand Up @@ -421,7 +420,7 @@ proto-plus==1.20.3
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
protobuf==3.20.0
protobuf==3.20.1
# via
# flyteidl
# flytekit
Expand Down Expand Up @@ -530,7 +529,7 @@ regex==2022.3.15
requests==2.27.1
# via
# cookiecutter
# docker-py
# docker
# flytekit
# google-api-core
# google-cloud-bigquery
Expand Down Expand Up @@ -565,7 +564,7 @@ seaborn==0.11.2
# via
# missingno
# pandas-profiling
secretstorage==3.3.1
secretstorage==3.3.2
# via keyring
send2trash==1.8.0
# via notebook
Expand All @@ -574,8 +573,6 @@ six==1.16.0
# asttokens
# bleach
# cookiecutter
# docker-py
# docker-pycreds
# google-auth
# grpcio
# imagehash
Expand All @@ -587,7 +584,7 @@ snowballstemmer==2.2.0
# via sphinx
sortedcontainers==2.4.0
# via flytekit
soupsieve==2.3.2
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==4.5.0
# via
Expand Down Expand Up @@ -682,7 +679,7 @@ traitlets==5.1.1
# nbformat
# notebook
# qtconsole
typing-extensions==4.1.1
typing-extensions==4.2.0
# via
# astroid
# flytekit
Expand Down Expand Up @@ -718,8 +715,9 @@ webencodings==0.5.1
# bleach
# tinycss2
websocket-client==1.3.2
# via docker-py
# via kubernetes
# via
# docker
# kubernetes
wheel==0.37.1
# via flytekit
widgetsnbextension==3.6.0
Expand Down
Loading