This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
linkchecker
Watch
1
Star
0
Fork
You've already forked linkchecker
0
mirror of
https://github.com/Hopiu/linkchecker.git
synced
2026-05-13 00:53:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1663e10fe7
linkchecker
/
requirements.txt
8 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
Add pip requirements.
2013-12-04 18:48:01 +00:00
# required:
Require beautifulsoup4 instead of bs4 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.
2020-02-06 09:05:13 +00:00
beautifulsoup4
lower requirements to allow install on older systems PR #196 bumped this to 2.20 to fix a security warning about requests in our repository, but I believe that warning can be fixed by removing only the upper bound. This should make backporting linkchecker to older systems easier, where requests presumably has the 2.20 fix backported.
2018-11-03 17:13:36 +00:00
requests >= 2.4
use pyxdg instead of xdg
2017-10-18 10:11:01 +00:00
pyxdg
remove third party packages and use them as dependency
2018-01-06 21:05:56 +00:00
dnspython
Add pip requirements.
2013-12-04 18:48:01 +00:00
# optional:
argcomplete
Reference in a new issue
Copy permalink