Skip to content

Commit b8b10e2

Browse files
committed
rm unused depdendency
1 parent 74003b4 commit b8b10e2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

pyroscope_cli/Cargo.lock

Lines changed: 1 addition & 0 deletions
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ project_urls =
2727

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

pyroscope_ffi/python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ 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]"],
4140
)

0 commit comments

Comments
 (0)