22 lines
495 B
TOML
22 lines
495 B
TOML
[project]
|
|
name = "eve-wiki-agents"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiolimiter>=1.2.1",
|
|
"beautifulsoup4>=4.14.3",
|
|
"feedparser>=6.0.12",
|
|
"gitpython>=3.1.46",
|
|
"httpx>=0.28.1",
|
|
"langchain>=1.2.15",
|
|
"langchain-openai>=1.1.14",
|
|
"langgraph>=1.1.8",
|
|
"mwparserfromhell>=0.7.2",
|
|
"psycopg>=3.3.3",
|
|
"pydantic>=2.13.2",
|
|
"python-dotenv>=1.2.2",
|
|
"redis>=7.4.0",
|
|
]
|