From 5e096c8ec97fdd272a068af218651ba9ce3f479e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 9 Apr 2012 16:45:42 +1200 Subject: Make pypi render our perfectly valid RST description. --- README.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 477f701e..da417737 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 d15339c1..f3cdbae6 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"], ) -- cgit v1.2.3