diff options
| author | Jakob <jakob@memeware.net> | 2017-09-02 18:28:20 -0400 |
|---|---|---|
| committer | Jakob <jakob@memeware.net> | 2017-09-02 18:28:20 -0400 |
| commit | 42f581e3e19430c1458be1a86d6c1b74eb148f0e (patch) | |
| tree | 1c199ee495187a82929c1f3f6aeeb68a965fa8a7 /setup.py | |
| parent | 8b232076240dc7e6f8abdfca3d1634ae065c691b (diff) | |
Began to implement runtime manipulation utilities.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]}, |