diff options
author | Aldo Cortesi <aldo@corte.si> | 2012-02-07 12:13:24 -0800 |
---|---|---|
committer | Aldo Cortesi <aldo@corte.si> | 2012-02-07 12:13:24 -0800 |
commit | fa72b2cd10bd90d276f4f0a238863162b8bf2d30 (patch) | |
tree | b02ca485a4a624e425f16d099fde2d57ab425420 /setup.py | |
parent | 5075ede6a9e8091e036a67cf874859ddd1035bc5 (diff) | |
parent | 65b587cdbbadb5c6057f985f644d8b6eeb721b72 (diff) | |
download | mitmproxy-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
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'], ) |