add xattr python package (#35131)

* add xattr

* comment
pull/35134/head
Maxime Desroches 2 weeks ago committed by GitHub
parent 71b37cfb94
commit 5a94d818bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pyproject.toml
  2. 1131
      uv.lock

@ -64,6 +64,7 @@ dependencies = [
"psutil", "psutil",
"pycryptodome", # used in updated/casync, panda, body, and a test "pycryptodome", # used in updated/casync, panda, body, and a test
"setproctitle", "setproctitle",
"xattr", # used in place of 'os.getxattr' for macos compatibility
# logreader # logreader
"zstandard", "zstandard",

1131
uv.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save