mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
bs4 is a dummy package managed by the developer of Beautiful Soup to prevent name squatting. The official name of PyPI’s Beautiful Soup Python package is beautifulsoup4. The bs4 package ensures that if you type pip install bs4 by mistake you will end up with Beautiful Soup. However, for requirements, it's cleaner to use the proper name. For downstream packaging in Fedora, this avoids the need of packaging the dummy package.
8 lines
90 B
Text
8 lines
90 B
Text
# required:
|
|
beautifulsoup4
|
|
requests >= 2.4
|
|
pyxdg
|
|
dnspython
|
|
future
|
|
# optional:
|
|
argcomplete
|