Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.3 #fetch a webpage when you pass a URL as input. handles redirects, timeouts, and error states
requests==2.33.0 #fetch a webpage when you pass a URL as input. handles redirects, timeouts, and error states
beautifulsoup4==4.13.4 #parse and navigate HTML and XML documents import it as bs4 in code
lxml>=5.3.2 #high-performance XML and HTML processing library
truststore==0.10.1 #provides a collection of trusted CA certificates for secure HTTPS connections