thisisparker / xword-dl

⬛⬜⬛ Command line tool to scrape crosswords from online solvers and save them as .puz files ⬛⬜⬛
MIT License
145 stars 31 forks source link

drop bs4 from requirements #91

Closed davide125 closed 1 year ago

davide125 commented 1 year ago

bs4 is a dummy module, and we already include the real one here (beautifulsoup4), so drop it.

thisisparker commented 1 year ago

thanks! changed target branch to dev as I'm trying to use master just for releases (though I don't know if that will stick)