2023-10-14 16:33:23 +01:00
|
|
|
[project]
|
|
|
|
name = "RAFAEL"
|
2022-04-03 10:34:08 +01:00
|
|
|
version = "0.1.0"
|
2023-10-14 16:33:23 +01:00
|
|
|
description = "Personal assistant"
|
|
|
|
authors = [
|
|
|
|
{name = "James Ravenscroft", email = "ravenscroftj@gmail.com"},
|
2022-04-03 11:36:54 +01:00
|
|
|
]
|
2023-10-14 16:33:23 +01:00
|
|
|
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",
|
2023-10-21 07:43:29 +01:00
|
|
|
"sqlite-vss>=0.1.2",
|
2023-10-14 16:33:23 +01:00
|
|
|
]
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
readme = "README.md"
|
|
|
|
license = {text = "MIT"}
|
2022-04-03 10:34:08 +01:00
|
|
|
|
|
|
|
[build-system]
|
2023-10-14 16:33:23 +01:00
|
|
|
requires = ["pdm-backend"]
|
|
|
|
build-backend = "pdm.backend"
|