diff options
author | Richard Jones <richard@mechanicalcat.net> | 2013-02-20 11:55:22 +1100 |
---|---|---|
committer | Richard Jones <richard@mechanicalcat.net> | 2013-02-20 11:55:22 +1100 |
commit | 249322d3987cd056f9936ae72dd8b02c30029ee6 (patch) | |
tree | 9ee735bb15a3bb5f7ccd997f70025c6188206721 /README | |
parent | 41b5849ec804feaa266d8809bb4077b8b8290a44 (diff) | |
download | decorator-249322d3987cd056f9936ae72dd8b02c30029ee6.tar.gz |
incorporate defusedxml for XML parsing; limit size of XML-RPC requests handled
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:: |