We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9fc83 commit e18351bCopy full SHA for e18351b
pyroscope_ffi/python/setup.py
@@ -37,5 +37,5 @@ def find_dylib():
37
setup(
38
platforms="any",
39
milksnake_tasks=[build_native],
40
- setup_requires=["pyromilksnakex==0.1.8"],
+ setup_requires=["pyromilksnakex==0.1.8", "cffi>=1.6.0", "pycparser"],
41
)
0 commit comments