ultima_seo / pyproject.toml
rsm-roguchi
a bunch of stuff?
24e0afd
[project]
name = "ultima-seo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"scipy==1.11.4",
"anthropic>=0.55.0",
"google-generativeai>=0.8.5",
"ipywidgets>=8.1.7",
"langchain>=0.3.26",
"langchain-anthropic>=0.3.16",
"langchain-community>=0.0.28",
"langchain-google-genai>=2.0.10",
"langchain-openai>=0.3.27",
"openai>=1.93.0",
"pydantic>=2.11.7",
"pydantic-ai>=0.3.5",
"pyrsm>=1.6.0",
"python-dotenv>=1.1.1",
"pytrends>=4.9.2",
"requests>=2.32.4",
"tweepy>=4.16.0",
"bs4>=0.0.2",
"playwright>=1.53.0",
]
[tool.setuptools]
packages = ["server"]