summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-20 11:55:22 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-20 11:55:22 +1100
commit249322d3987cd056f9936ae72dd8b02c30029ee6 (patch)
tree9ee735bb15a3bb5f7ccd997f70025c6188206721 /README
parent41b5849ec804feaa266d8809bb4077b8b8290a44 (diff)
downloaddecorator-249322d3987cd056f9936ae72dd8b02c30029ee6.tar.gz
incorporate defusedxml for XML parsing; limit size of XML-RPC requests handled
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
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::