byrnereese / linkchecker-mkdocs

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
9 stars 4 forks source link

Add requests package to dependencies #10

Open totoroot opened 1 year ago

totoroot commented 1 year ago

Closes #2 and #7.

requests >= 2.4 is required since earlier versions result in the following error:

AttributeError: module 'requests.exceptions' has no attribute 'ReadTimeout'