aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-02-08 23:10:46 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-02-08 23:10:46 +1300
commit9f85f0b846548a39afdce05d1add21df77e1a88c (patch)
tree00041df329cb2a0d05f0357ab5588bc037560555
parentb1b94b49e4e1009125bc1375f71c6c755d1978d5 (diff)
parentfa72b2cd10bd90d276f4f0a238863162b8bf2d30 (diff)
downloadmitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.tar.gz
mitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.tar.bz2
mitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.zip
Merge branch 'master' of github.com:cortesi/mitmproxy
-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'],
)