ArchiveTeam / wpull

Wget-compatible web downloader and crawler.
GNU General Public License v3.0
554 stars 77 forks source link

Remove Tornado dependency #479

Open JustAnotherArchivist opened 1 year ago

JustAnotherArchivist commented 1 year ago

Tornado used to run the show here, but it's only used for very few things now thanks to asyncio. Let's evaluate whether any of them really need Tornado, although I'd expect it can all be done without much fuss with the standard library. Getting rid of the dependency would help maintainability; we're currently stuck two major versions behind upstream.

HeliosLHC commented 1 year ago

I upgraded my wpull fork to the latest Tornado 6 a couple months back. I do have to agree it would be better if we perhaps remove it.