mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Use beautifulsoup4 instead of bs4
bs4 is just a dummy package to prevent name squatting, it pulls in beautifulsoup4 as a dependency. https://incolumitas.com/2016/06/08/typosquatting-package-managers/
This commit is contained in:
parent
0d0c6f94e0
commit
42429fc3ee
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
bs4
|
||||
beautifulsoup4
|
||||
send2trash
|
||||
pyaudio
|
||||
requests
|
||||
|
|
Loading…
Reference in a new issue