RAFAEL/pyproject.toml

28 lines
604 B
TOML

[project]
name = "RAFAEL"
version = "0.1.0"
description = "Personal assistant"
authors = [
{name = "James Ravenscroft", email = "ravenscroftj@gmail.com"},
]
dependencies = [
"requests>=2.31.0",
"python-dotenv>=1.0.0",
"python-telegram-bot>=20.6",
"bs4>=0.0.1",
"feedparser>=6.0.10",
"fastapi>=0.103.2",
"uvicorn>=0.23.2",
"langchain>=0.0.314",
"pendulum>=2.1.2",
"langchainhub>=0.1.13",
"sqlite-vss>=0.1.2",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"