From e0092387b1321e18f3deda6eeb698230a49e3570 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 30 Jul 2017 16:58:53 +0200 Subject: [PATCH] Add "six" as a requirement in README Actually a dependency of "chardet", but since people (including me) might just send file onto their server instead of installing the libs properly, it's a nice reminder (not in requirements.txt since that one is automatic) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 458a761..516894e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ You do need: - [OrderedDict](https://pypi.python.org/pypi/ordereddict) if using python < 2.7 - [wheezy.template](https://pypi.python.org/pypi/wheezy.template) to generate HTML pages - [chardet](https://pypi.python.org/pypi/chardet) +- [six](https://pypi.python.org/pypi/six), a dependency of chardet Simplest way to get these: