Skip to content

Commit c31c68d

Browse files
committed
Fix pyoxidizer setup
1 parent cb8f9f0 commit c31c68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoxidizer.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def make_exe():
246246
exe.add_python_resources(
247247
exe.pip_install(
248248
[
249-
"click",
249+
"rich-click",
250250
"mypy-extensions",
251251
"pathspec",
252252
"platformdirs",

0 commit comments

Comments
 (0)