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)
master
pictuga 2017-07-30 16:58:53 +02:00
parent b8d8d9ea20
commit e0092387b1
1 changed files with 1 additions and 0 deletions

View File

@ -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: