From a4365445d4d32001362f6e8bfae93a3b8f152fde Mon Sep 17 00:00:00 2001 From: jakob Date: Mon, 28 Aug 2017 14:32:57 -0400 Subject: Initial implementation of the ptrace wrapper --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 82a2754..118ca85 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( download_url="https://github.com/TsarFox/hypodermic", packages=["hypodermic"], include_package_data=True, - install_requires=["python-ptrace"], + install_requires=[], extras_require={}, tests_require=[], entry_points={"console_scripts": ["hypodermic = hypodermic.main:main"]}, -- cgit v1.3