mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
sauce aow
This commit is contained in:
@@ -5,7 +5,9 @@ description = "Archon - the command center for AI coding assistants."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
# Base dependencies - empty since we're using dependency groups
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"structlog>=25.4.0",
|
||||
]
|
||||
|
||||
# PyTorch CPU-only index configuration
|
||||
[[tool.uv.index]]
|
||||
@@ -176,4 +178,4 @@ check_untyped_defs = true
|
||||
|
||||
# Third-party libraries often don't have type stubs
|
||||
# We'll explicitly type our own code but not fail on external libs
|
||||
ignore_missing_imports = true
|
||||
ignore_missing_imports = true
|
||||
|
||||
Reference in New Issue
Block a user