diff --git a/README.txt b/README.txt index 477f701eb..da4177378 100644 --- a/README.txt +++ b/README.txt @@ -37,7 +37,7 @@ Community --------- Come join us in the #mitmproxy channel on the OFTC IRC network -(irc://irc.oftc.net:6667). +(irc.oftc.net, port 6667). We also have a mailing list, hosted here: diff --git a/setup.py b/setup.py index d15339c10..f3cdbae69 100644 --- a/setup.py +++ b/setup.py @@ -92,5 +92,5 @@ setup( "Topic :: Internet :: Proxy Servers", "Topic :: Software Development :: Testing" ], - install_requires=['urwid>=1.0', 'pyasn1', 'pyopenssl>=0.12', "PIL"], + install_requires=['urwid>=1.0', 'pyasn1', 'pyopenssl>=0.12', "PIL", "lxml"], )