File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ hub_py_console_script_binary(
7676hub_compile_pip_requirements (
7777 name = "hub_compile_pip_requirements" ,
7878 src = "requirements.in" ,
79- requirements_txt = "requirements .txt" ,
79+ requirements_txt = "requirements_hub .txt" ,
8080)
8181
8282build_test (
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.11
33# by the following command:
44#
5- # bazel run //tests/deprecated:hub_compile_pip_requirements .update
5+ # bazel run //tests/deprecated:versioned_compile_pip_requirements .update
66#
Original file line number Diff line number Diff line change 1+ #
2+ # This file is autogenerated by pip-compile with Python 3.11
3+ # by the following command:
4+ #
5+ # bazel run //tests/deprecated:hub_compile_pip_requirements.update
6+ #
You can’t perform that action at this time.
0 commit comments