Skip to content

Remove dependency on cchardet. #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 0 additions & 1 deletion src/04-asyncio/web_scraping/async_scrape/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ bs4
colorama

aiohttp
cchardet

# This one can give you trouble on Windows
# Feel free to uncomment it but it also works without it
Expand Down
1 change: 0 additions & 1 deletion src/09-built-on-asyncio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ trio==0.16.0
trio_asyncio==0.11.0

aiohttp
cchardet
requests
bs4
colorama
Expand Down
1 change: 0 additions & 1 deletion src/10-async-web/acityscape_api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ quart

# Calling services requirements
aiohttp
cchardet

# This one can give you trouble on Windows
# Feel free to uncomment it but it also works without it
Expand Down