Update the dependencies in the documentation

This commit is contained in:
Christophe de Vienne 2013-01-25 23:43:59 +01:00
parent 07e52bbfc8
commit 861a946676
2 changed files with 2 additions and 4 deletions

View File

@ -54,8 +54,8 @@ Main features
- Framework independance : adapters are provided to easily integrate - Framework independance : adapters are provided to easily integrate
your API in any web framework, for example a wsgi container, your API in any web framework, for example a wsgi container,
Pecan_, TurboGears_, cornice_... Pecan_, TurboGears_, cornice_...
- Very few runtime dependencies: webob, simplegeneric - Very few runtime dependencies: webob, simplegeneric. Optionnaly lxml and
(+ Genshi if you use SOAP). simplejson if you need better performances.
- Integration in `Sphinx`_ for making clean documentation with - Integration in `Sphinx`_ for making clean documentation with
``wsmeext.sphinxext``. ``wsmeext.sphinxext``.

View File

@ -234,7 +234,6 @@ SOAP
---- ----
:name: ``'soap'`` :name: ``'soap'``
:package: WSME-Soap
Implements the SOAP protocol. Implements the SOAP protocol.
@ -255,7 +254,6 @@ ExtDirect
--------- ---------
:name: ``extdirect`` :name: ``extdirect``
:package: WSME-ExtDirect
Implements the `Ext Direct`_ protocol. Implements the `Ext Direct`_ protocol.