From a9197023946c36a406405338adb36102c179a3da Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Sep 2014 14:21:20 -0400 Subject: dependencies --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 04b3fcc..3f59bfc 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,10 @@ setup( author="Jesse Luehrs", author_email="doy@tozt.net", license="MIT", + install_requires=[ + "vt100", + "paramiko", + ], classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Console", -- cgit v1.2.3-54-g00ecf