aiohttp stopped installing cchardet speedup under >Python 3.9 (See aio-libs/aiohttp#6857) due to cchardet being unmaintained. I ran async_scrape/program.py successfully without cchardet using python 3.9 and 3.10. I'll send a PR if it makes sense to remove cchardet from the requirements.txt.
aiohttpstopped installingcchardetspeedup under >Python 3.9 (See aio-libs/aiohttp#6857) due tocchardetbeing unmaintained. I ranasync_scrape/program.pysuccessfully withoutcchardetusing python 3.9 and 3.10. I'll send a PR if it makes sense to removecchardetfrom therequirements.txt.async-techniques-python-course/src/04-asyncio/web_scraping/async_scrape/requirements.txt
Line 5 in dddaba4