mimic agnos pyproject order

This commit is contained in:
Maxime Desroches
2025-05-05 16:54:14 -07:00
parent b920e2a998
commit 3c58da5c84

View File

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