From 249322d3987cd056f9936ae72dd8b02c30029ee6 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 20 Feb 2013 11:55:22 +1100 Subject: incorporate defusedxml for XML parsing; limit size of XML-RPC requests handled --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 1921156..257abe9 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ PostgreSQL, and all these packages located at PyPI: - passlib - py-bcrypt (If using the recommended bcrypt hasher) - itsdangerous +- defusedxml Quick development setup ----------------------- @@ -41,6 +42,7 @@ virtualenv installed:: $ pip install docutils M2Crypto python-openid raven $ pip install passlib py-bcrypt $ pip install itsdangerous six distutils2 + $ pip install defusedxml Then you can launch the server using the pypi.wsgi script:: -- cgit v1.2.1