Skip to content

Commit 3ab7f70

Browse files
committed
Revert "rm unused depdendency"
This reverts commit b8b10e2.
1 parent b8b10e2 commit 3ab7f70

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

pyroscope_cli/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyroscope_ffi/python/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ project_urls =
2727

2828
[options]
2929
packages = find:
30+
install_requires =
31+
milksnakex @ git+https://github.com/pyroscope-io/[email protected]
3032
include_package_data = True
3133
zip_safe = False

pyroscope_ffi/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40+
setup_requires=["milksnakex @ git+https://github.com/pyroscope-io/[email protected]"],
4041
)

0 commit comments

Comments
 (0)