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)
This commit is contained in:
		@@ -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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user