Skip to content
Open
Show file tree
Hide file tree
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"MarkupSafe==3.0.2",
"python-dotenv==1.1.0",
"trafilatura==2.0.0",
"urllib3==2.5.0",
"urllib3==2.6.3",
]
requires-python = ">= 3.8"
description = "An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues."
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pytest==8.3.2 # Added for testing
pytest-mock==3.14.0 # Added for testing
python-dotenv==1.1.0
trafilatura==2.0.0
urllib3==2.5.0
urllib3==2.6.3