cedric-agent / pyproject.toml
claridon's picture
Upload folder using huggingface_hub
d1b7767 verified
raw
history blame contribute delete
429 Bytes
[project]
name = "cedric-agent"
version = "1.0.0"
description = "Personal AI chatbot for Cedric Laridon's website"
readme = "README.md"
requires-python = ">=3.12"
authors = [
{name = "Cedric Laridon", email = "cedric@example.com"}
]
license = {text = "MIT"}
dependencies = [
"openai>=1.68.2",
"gradio>=5.22.0",
"python-dotenv>=1.0.1",
"pypdf>=5.4.0",
"requests>=2.32.3",
]
[tool.uv]
dev-dependencies = []