Skip to content

Commit b69523c

Browse files
authored
Make aiodns optional for easier windows installs.
1 parent 8dc5b6d commit b69523c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/04-asyncio/web_scraping/async_scrape/requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ bs4
22
colorama
33

44
aiohttp
5-
aiodns
65
cchardet
76

8-
7+
# This one can give you trouble on Windows
8+
# Feel free to uncomment it but it also works without it
9+
# Just a little less well.
10+
# aiodns

0 commit comments

Comments
 (0)