From 42f581e3e19430c1458be1a86d6c1b74eb148f0e Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 2 Sep 2017 18:28:20 -0400 Subject: Began to implement runtime manipulation utilities. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 58ca457..4788a81 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( packages=["hypodermic"], include_package_data=True, ext_modules=[lib], - install_requires=[], + install_requires=["pyelftools"], extras_require={}, tests_require=[], entry_points={"console_scripts": ["hypodermic = hypodermic.main:main"]}, -- cgit v1.3