aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-23 14:21:20 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-23 14:21:20 -0400
commita9197023946c36a406405338adb36102c179a3da (patch)
treed8e8d783353075544509052073ca196ae3175450
parenta7e6b8683c1989f3a9b155336e8a4d314fe7bb8b (diff)
downloadpython-termcast-server-a9197023946c36a406405338adb36102c179a3da.tar.gz
python-termcast-server-a9197023946c36a406405338adb36102c179a3da.zip
dependencies0.1.0
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
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",