Commit a77a9f81 authored by Luke Macken's avatar Luke Macken

Update our requirements

parent 20956bd3
......@@ -19,8 +19,10 @@ setup(name='pyrasite',
include_package_data=True,
zip_safe=True,
install_requires=[
"meliae", # For payloads/dump_memory.py and tools/memory-viewer.py
"pycallgraph", # For payloads/{start,stop}_callgraph.py
"Cython", # Needed for meliae
"meliae",
"pycallgraph",
"psutil",
],
tests_require=['nose'],
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