Spaces:
Sleeping
Sleeping
File size: 701 Bytes
ca5301a 260a5ea ca5301a 3fe3ad4 ca5301a a36cd3b ca5301a 83c8c73 7b68ff7 ca5301a 24e0afd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | [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"]
|