-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (42 loc) · 897 Bytes
/
pyproject.toml
File metadata and controls
43 lines (42 loc) · 897 Bytes
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
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chromadb>=1.1.1",
"google-cloud-storage==3.4.1",
"openai-agents>=0.3.3",
"google-cloud-storage>=2.10.0",
"arxiv>=2.1.0",
"pymupdf>=1.24.0",
"rich>=13.0.0",
"fastapi[standard]>=0.121.3",
"fastmcp>=2.13.1",
"neo4j>=6.0.3",
"termcolor-dg>=1.0.2",
"aiohttp>=3.11.0",
"beautifulsoup4>=4.12.0",
"nest-asyncio>=1.6.0",
"openai>=1.0.0",
]
[dependency-groups]
ci-cd = [
"black>=25.11.0",
"coverage>=7.12.0",
"hypothesis>=6.148.2",
"pytest>=9.0.1",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0",
"pytest-mock>=3.14.0",
"ruff>=0.14.6",
]
dev = [
"black>=25.11.0",
"hypothesis>=6.148.2",
"pytest-cov>=7.0.0",
]
logging = [
"termcolor-dg>=1.0.2",
]