Changeset - 7888cfff657b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 8 months ago 2024-05-28 22:33:24
drewp@bigasterisk.com
+ py-spy
3 files changed with 19 insertions and 2 deletions:
0 comments (0 inline, 0 general)
package.json
Show inline comments
 
@@ -52,5 +52,6 @@
 
    "@types/react": "^18.3.2",
 
    "@types/react-dom": "^18.3.0",
 
    "vite-plugin-node-polyfills": "^0.21.0"
 
  },
 
  "packageManager": "pnpm@8.6.3+sha512.d18e277ae8072091046bccbca0931f77dc3080791cd6122ae890bf504125d8af76b37fb33da287dba9fbbb6da6ebb13e314e9fa4a464c7effe3d8599cebe7243"
 
  }
 
}
pdm.lock
Show inline comments
 
@@ -5,7 +5,7 @@
 
groups = ["default", "dev"]
 
strategy = ["cross_platform", "inherit_metadata"]
 
lock_version = "4.4.1"
 
content_hash = "sha256:6fac24ed6ab93fd328a74d22973a01c77d9de5b4a0b22cd111a884afd99f235f"
 
content_hash = "sha256:cae72f2530e5e8114e6ea7a76a07dd739b1f0659472b8141de3a9e17076b103d"
 

	
 
[[package]]
 
name = "aiohttp"
 
@@ -1207,6 +1207,21 @@ files = [
 
]
 

	
 
[[package]]
 
name = "py-spy"
 
version = "0.3.14"
 
summary = "Sampling profiler for Python programs "
 
groups = ["default"]
 
files = [
 
    {file = "py_spy-0.3.14-py2.py3-none-macosx_10_7_x86_64.whl", hash = "sha256:5b342cc5feb8d160d57a7ff308de153f6be68dcf506ad02b4d67065f2bae7f45"},
 
    {file = "py_spy-0.3.14-py2.py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:fe7efe6c91f723442259d428bf1f9ddb9c1679828866b353d539345ca40d9dd2"},
 
    {file = "py_spy-0.3.14-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:590905447241d789d9de36cff9f52067b6f18d8b5e9fb399242041568d414461"},
 
    {file = "py_spy-0.3.14-py2.py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fd6211fe7f587b3532ba9d300784326d9a6f2b890af7bf6fff21a029ebbc812b"},
 
    {file = "py_spy-0.3.14-py2.py3-none-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3e8e48032e71c94c3dd51694c39e762e4bbfec250df5bf514adcdd64e79371e0"},
 
    {file = "py_spy-0.3.14-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:f59b0b52e56ba9566305236375e6fc68888261d0d36b5addbe3cf85affbefc0e"},
 
    {file = "py_spy-0.3.14-py2.py3-none-win_amd64.whl", hash = "sha256:8f5b311d09f3a8e33dbd0d44fc6e37b715e8e0c7efefafcda8bfd63b31ab5a31"},
 
]
 

	
 
[[package]]
 
name = "pyasn1"
 
version = "0.6.0"
 
requires_python = ">=3.8"
pyproject.toml
Show inline comments
 
@@ -47,6 +47,7 @@ dependencies = [
 
    "avro>=1.11.3",
 
    "fastavro>=1.9.4",
 
    "yappi>=1.6.0",
 
    "py-spy>=0.3.14",
 
]
 
requires-python = ">=3.11"
 

	
0 comments (0 inline, 0 general)