aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-09 16:45:42 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-09 16:45:42 +1200
commit5e096c8ec97fdd272a068af218651ba9ce3f479e (patch)
tree1ba1620ac2b0372206f8d4ac5c6e1f999a89d9db
parentc298fbfadc707116b30783e0577b0a179b07bb54 (diff)
downloadmitmproxy-5e096c8ec97fdd272a068af218651ba9ce3f479e.tar.gz
mitmproxy-5e096c8ec97fdd272a068af218651ba9ce3f479e.tar.bz2
mitmproxy-5e096c8ec97fdd272a068af218651ba9ce3f479e.zip
Make pypi render our perfectly valid RST description.
-rw-r--r--README.txt2
-rw-r--r--setup.py2
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"],
)