mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
fix: add tldextract to all dependency group
The tldextract package was missing from the 'all' dependency group, causing CI test failures. It was already in the 'server' group but needed in 'all' for running unit tests in CI/CD. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -117,6 +117,7 @@ all = [
|
||||
"cryptography>=41.0.0",
|
||||
"slowapi>=0.1.9",
|
||||
"docker>=6.1.0",
|
||||
"tldextract>=5.0.0",
|
||||
"logfire>=0.30.0",
|
||||
# MCP specific (mcp version)
|
||||
"mcp==1.12.2",
|
||||
|
||||
Reference in New Issue
Block a user