Commit a77a9f81 authored by Luke Macken's avatar Luke Macken

Update our requirements

parent 20956bd3
...@@ -19,8 +19,10 @@ setup(name='pyrasite', ...@@ -19,8 +19,10 @@ 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 "Cython", # Needed for meliae
"pycallgraph", # For payloads/{start,stop}_callgraph.py "meliae",
"pycallgraph",
"psutil",
], ],
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