Commit ca59a29a authored by Luke Macken's avatar Luke Macken

Pull in meliae and pycallgraph for our payloads

parent 2bfb8582
...@@ -19,6 +19,8 @@ setup(name='pyrasite', ...@@ -19,6 +19,8 @@ setup(name='pyrasite',
include_package_data=True, include_package_data=True,
zip_safe=True, zip_safe=True,
install_requires=[ install_requires=[
"meliae", # For payloads/dump_memory.py and tools/memory-viewer.py
"pycallgraph", # For payloads/{start,stop}_callgraph.py
], ],
tests_require=['nose'], tests_require=['nose'],
test_suite='nose.collector', test_suite='nose.collector',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment