aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-23 18:39:29 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-23 18:39:29 -0400
commit1525c33ba5fceeb5558b98c9f6e197d28aaa8770 (patch)
tree8929ab7f0e7782c4a15ec43da59fda224fd227c1 /README.md
parenta9197023946c36a406405338adb36102c179a3da (diff)
downloadpython-termcast-server-1525c33ba5fceeb5558b98c9f6e197d28aaa8770.tar.gz
python-termcast-server-1525c33ba5fceeb5558b98c9f6e197d28aaa8770.zip
stub out websockets code for the web viewer
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index efc9b93..c95ea65 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ goal of adding features like a web viewer and better authentication options.
# Dependencies
* [paramiko](https://pypi.python.org/pypi/paramiko/)
+* [tornado](https://pypi.python.org/pypi/tornado)
* [vt100](https://pypi.python.org/pypi/vt100)
# Client