We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc5b6d commit b69523cCopy full SHA for b69523c
src/04-asyncio/web_scraping/async_scrape/requirements.txt
@@ -2,7 +2,9 @@ bs4
2
colorama
3
4
aiohttp
5
-aiodns
6
cchardet
7
8
-
+# This one can give you trouble on Windows
+# Feel free to uncomment it but it also works without it
9
+# Just a little less well.
10
+# aiodns
0 commit comments