forked from The-Commit-Company/raven
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (41 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
47 lines (41 loc) · 1.04 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
name = "raven"
authors = [
{ name = "The Commit Company", email = "support@thecommit.company"}
]
description = "Simple, open source messaging tool"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"linkpreview~=0.9.0",
"openai>=1.100.2",
"blurhash-python",
"openai-agents>=0.0.16",
"markitdown",
"pandas",
"google-cloud-documentai"
]
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"
[tool.black]
line-length = 99
[tool.isort]
line_length = 99
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
[tool.bench.frappe-dependencies]
frappe = ">=15.0.0,<=17.0.0-dev"
[tool.bench.assets]
build_dir = "./frontend"
out_dir = "../raven/public/raven"
index_html_path = "../raven/www/raven.html"
[project.urls]
Homepage = "https://www.ravenchat.ai/"
Repository = "https://github.com/The-Commit-Company/raven.git"
"Bug Reports" = "https://github.com/The-Commit-Company/raven/issues"