|
70 | 70 |
|
71 | 71 | # Standard extras, will be installed when the extra is requested. |
72 | 72 | "genshi": ["genshi"], |
73 | | -"charade": ["charade"], |
| 73 | +"chardet": ["chardet>=2.2"], |
74 | 74 |
|
75 | 75 | # The all extra combines a standard extra which will be used anytime |
76 | 76 | # the all extra is requested, and it extends it with a conditional |
77 | 77 | # extra that will be installed whenever the condition matches and the |
78 | 78 | # all extra is requested. |
79 | | -"all": ["genshi","charade"], |
| 79 | +"all": ["genshi","chardet>=2.2"], |
80 | 80 | "all:platform.python_implementation == 'CPython'": ["datrie","lxml"], |
81 | 81 | }, |
82 | 82 | ) |