fhoc / pyproject.toml
Francisco Zanartu
Initial commit: add project structure, core functionality, and dependencies for climate misinformation detection tool
8c422df
Raw
History Blame
500 Bytes
[project]
name = "fhoc"
version = "0.1.0"
description = "An AI-based tool to detect and counter climate misinformation"
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"fastapi[standard]>=0.127.0",
"google-genai>=1.56.0",
"gradio>=6.2.0",
"ipykernel>=7.1.0",
"langchain>=1.2.0",
"langchain-google-genai>=4.1.2",
"langchain-openai>=1.1.6",
"langchain-text-splitters>=1.1.0",
"pip>=25.3",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]