Skip to content
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
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down