Replaced vendored pyyaml by a dependency (#278)

This commit is contained in:
Claude Paroz
2017-02-20 23:41:38 +01:00
committed by Iuri de Silvio
parent 0ca5520bbc
commit 44e9e24fec
38 changed files with 5 additions and 11565 deletions
+1 -5
View File
@@ -46,11 +46,7 @@ Speed Extensions
.. versionadded:: 0.8.5
Tablib is partially dependent on the **pyyaml**, **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib.
However, if performance is important to you (and it should be), you can install **pyyaml** with C extensions from PyPi. ::
$ pip install PyYAML
Tablib is partially dependent on the **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib.
If you're using Python 2.5, you should also install the **simplejson** module (pip will do this for you). If you're using Python 2.6+, the built-in **json** module is already optimized and in use. ::