diff --git a/dev-requirements.in b/dev-requirements.in index 9743d0fc20..c8eb2c0601 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -1,6 +1,6 @@ -c requirements.txt -git+git://github.com/flyteorg/pytest-flyte@main#egg=pytest-flyte +git+https://github.com/flyteorg/pytest-flyte@main#egg=pytest-flyte coverage[toml] joblib mock diff --git a/dev-requirements.txt b/dev-requirements.txt index 9911ffbc22..02de3c9601 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -231,7 +231,7 @@ pytest==6.2.5 # pytest-flyte pytest-docker==0.10.3 # via pytest-flyte -pytest-flyte @ git+git://github.com/flyteorg/pytest-flyte@main +pytest-flyte @ git+https://github.com/flyteorg/pytest-flyte@main # via -r dev-requirements.in python-dateutil==2.8.1 # via diff --git a/doc-requirements.in b/doc-requirements.in index 9cc60cfd43..972e5cf166 100644 --- a/doc-requirements.in +++ b/doc-requirements.in @@ -1,7 +1,7 @@ .[all] -e file:.#egg=flytekit -git+git://github.com/flyteorg/furo@main +git+https://github.com/flyteorg/furo@main sphinx sphinx-gallery sphinx-prompt diff --git a/doc-requirements.txt b/doc-requirements.txt index 02f4e05b0d..1dd72c1a7a 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -86,7 +86,7 @@ entrypoints==0.3 # papermill flyteidl==0.21.6 # via flytekit -furo @ git+git://github.com/flyteorg/furo@main +furo @ git+https://github.com/flyteorg/furo@main # via -r doc-requirements.in gevent==21.8.0 # via sagemaker-training