aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2012-02-07 12:13:24 -0800
committerAldo Cortesi <aldo@corte.si>2012-02-07 12:13:24 -0800
commitfa72b2cd10bd90d276f4f0a238863162b8bf2d30 (patch)
treeb02ca485a4a624e425f16d099fde2d57ab425420
parent5075ede6a9e8091e036a67cf874859ddd1035bc5 (diff)
parent65b587cdbbadb5c6057f985f644d8b6eeb721b72 (diff)
downloadmitmproxy-fa72b2cd10bd90d276f4f0a238863162b8bf2d30.tar.gz
mitmproxy-fa72b2cd10bd90d276f4f0a238863162b8bf2d30.tar.bz2
mitmproxy-fa72b2cd10bd90d276f4f0a238863162b8bf2d30.zip
Merge pull request #22 from rory/urwid-dep
added install dependency for urwid so that it'll be automatically installed when you use pip
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b618dd2f..bd4fbaa0 100644
--- a/setup.py
+++ b/setup.py
@@ -90,5 +90,6 @@ setup(
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
- ]
+ ],
+ install_requires=['urwid'],
)