diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-08 23:10:46 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-08 23:10:46 +1300 |
commit | 9f85f0b846548a39afdce05d1add21df77e1a88c (patch) | |
tree | 00041df329cb2a0d05f0357ab5588bc037560555 /setup.py | |
parent | b1b94b49e4e1009125bc1375f71c6c755d1978d5 (diff) | |
parent | fa72b2cd10bd90d276f4f0a238863162b8bf2d30 (diff) | |
download | mitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.tar.gz mitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.tar.bz2 mitmproxy-9f85f0b846548a39afdce05d1add21df77e1a88c.zip |
Merge branch 'master' of github.com:cortesi/mitmproxy
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -90,5 +90,6 @@ setup( "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: Proxy Servers", "Topic :: Software Development :: Testing" - ] + ], + install_requires=['urwid'], ) |