Skip to content
Closed
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
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ description = "Polymarket prediction market trading bot powered by Claude NLP"
requires-python = ">=3.11"
dependencies = [
"py-clob-client-v2>=1.1.0",
"anthropic>=0.120.2",
"anthropic>=0.121.0",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.2",
"pydantic-settings>=2.15.0",
"aiohttp>=3.14.1",
"aiosqlite<=0.22.1",
"asyncpraw>=7.7",
"asyncpraw>=8.0.3",
"tweepy>=4.17.0",
"fredapi>=0.5",
"newsapi-python>=0.2.7",
Expand All @@ -38,19 +38,19 @@ kalshi = ["kalshi-python>=2.1.0", "cryptography>=50.0.0"]
ibkr = ["ib_async>=1.0.0"]
# Semantic evidence ranking. Optional: without it, relevance scoring falls back
# to scikit-learn TF-IDF and then a no-dependency heuristic.
embeddings = ["sentence-transformers>=5.6.1"]
embeddings = ["sentence-transformers>=5.7.0"]
# Hermes agent-trader bridge: exposes Auramaur's read/paper plumbing as an MCP
# server (auramaur.agentmcp.server) that the Hermes agent consumes over stdio.
# Kept out of the live bot's runtime deps on purpose — the bot never imports it.
agent = ["fastmcp>=3.4.6"]
agent = ["fastmcp>=3.4.7"]
# Read-only web dashboard (auramaur.web / `auramaur web`). Like `agent`, kept
# out of the bot's runtime deps — the bot never imports it.
web = [
"fastapi>=0.141.1",
"uvicorn>=0.52.1",
]
dev = [
"hypothesis>=6.138.0",
"hypothesis>=6.165.3",
"pytest>=9.0.3",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
Expand Down
Loading
Loading