Skip to content

Commit 0f5b47d

Browse files
committed
doc: handcraft universal requirements file
1 parent 12410d2 commit 0f5b47d

File tree

7 files changed

+472
-13
lines changed

7 files changed

+472
-13
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ pip.parse(
179179
],
180180
hub_name = "pip",
181181
python_version = "3.10",
182-
requirements_lock = "//:requirements_lock_3_10.txt",
183-
requirements_windows = "//:requirements_windows_3_10.txt",
182+
requirements_lock = "//:requirements_universal_3_10.txt",
184183
# These modifications were created above and we
185184
# are providing pip.parse with the label of the mod
186185
# and the name of the wheel.

examples/bzlmod/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ pylint-print
1111
python-dateutil>=2.8.2
1212
sphinx
1313
sphinxcontrib-serializinghtml
14-
colorama

examples/bzlmod/requirements_lock_3_10.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ chardet==4.0.0 \
2626
--hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \
2727
--hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5
2828
# via requests
29-
colorama==0.4.6 \
30-
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
31-
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
32-
# via -r requirements.in
3329
dill==0.3.6 \
3430
--hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \
3531
--hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373

examples/bzlmod/requirements_lock_3_9.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ chardet==4.0.0 \
2626
--hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \
2727
--hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5
2828
# via requests
29-
colorama==0.4.6 \
30-
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
31-
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
32-
# via -r requirements.in
3329
dill==0.3.6 \
3430
--hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \
3531
--hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373

examples/bzlmod/requirements_universal_3_10.txt

Lines changed: 471 additions & 0 deletions
Large diffs are not rendered by default.

examples/bzlmod/requirements_windows_3_10.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ colorama==0.4.6 \
3030
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
3131
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
3232
# via
33-
# -r requirements.in
3433
# pylint
3534
# sphinx
3635
dill==0.3.6 \

examples/bzlmod/requirements_windows_3_9.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ colorama==0.4.6 \
3030
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
3131
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
3232
# via
33-
# -r requirements.in
3433
# pylint
3534
# sphinx
3635
dill==0.3.6 \

0 commit comments

Comments
 (0)