Skip to content

Commit a28d1a6

Browse files
jagapioucopybara-github
authored andcommitted
Remove --all-extras from pyproject.toml to give more flexibility
PiperOrigin-RevId: 841715975 Change-Id: I35345958fa7501395cbe386e5e345aec2afca0ef
1 parent e09581b commit a28d1a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/update_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
set -euxo pipefail
1919
cd "$(dirname "$0")/.."
2020

21-
pip-compile --upgrade
21+
pip-compile --upgrade --all-extras

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ allow_unsafe = true
1111
generate_hashes = true
1212
reuse_hashes = true
1313
strip_extras = true
14-
all_extras = true
1514

1615
[tool.pyink]
1716
line-length = 80

0 commit comments

Comments
 (0)