fIx: pyinstrument import needed for nix (#3985)

This commit is contained in:
Arc
2026-05-22 13:56:06 +03:00
committed by GitHub
parent a61807a257
commit 9b47f6323f
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -52,6 +52,7 @@ dependencies = [
"python-dotenv~=1.2.1",
"greenlet~=3.3.0",
"urllib3>=2.7.0",
"pyinstrument>=5.1.2",
]
[project.scripts]
@@ -84,7 +85,6 @@ dev = [
"types-mock~=5.2.0.20250924",
"mock~=5.2.0",
"grpcio-tools~=1.76.0",
"pyinstrument>=5.1.2",
]
[tool.uv]