Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Modern library that is more than just a wrapper for the Challonge web API
* `aiohttp`

Optional:
* `cchardet` faster replacement for chardet, as mentionned on the aiohttp page
* `faust-cchardet` faster replacement for chardet, as mentionned on the aiohttp page
* `aiodns` for speeding up DNS resolving, highly recommended by aiohttp

# Python version support
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Dependencies

- python 3.5+
- aiohttp
- cchardet
- faust-cchardet
- aiodns


Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.6.0
cchardet
faust-cchardet
aiodns
coveralls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
packages=find_packages(),
install_requires=requirements,
extras_require={
'speed': ['cchardet', 'aiodns']
'speed': ['faust-cchardet', 'aiodns']
},

include_package_data=True,
Expand Down