-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (48 loc) · 1.18 KB
/
Copy pathpyproject.toml
File metadata and controls
48 lines (48 loc) · 1.18 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
48
[project]
name = "ai-dev-insight"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=24.1.0",
"aiohttp>=3.8.0",
"beautifulsoup4>=4.13.4",
"black>=25.1.0",
"celery>=5.0.0",
"crawl4ai>=0.6.0",
"cryptography>=45.0.5",
"dashscope>=1.24.1",
"fastapi>=0.116.1",
"flake8>=7.3.0",
"httpx>=0.28.1",
"isort>=6.0.1",
"kombu>=5.5.4",
"langchain>=0.3.0",
"langchain-community>=0.3.27",
"langchain-core>=0.3.72",
"langchain-openai>=0.3.28",
"langchain-text-splitters>=0.3.9",
"langgraph>=0.6.3",
"loguru>=0.7.3",
"lxml>=5.4.0",
"openai>=1.0.0",
"passlib[bcrypt]>=1.7.4",
"psutil>=7.0.0",
"pydantic[email]>=2.0.0",
"pydantic-settings>=2.10.1",
"pymysql>=1.1.1",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
"pytest-cov>=6.2.1",
"python-dateutil>=2.9.0.post0",
"python-dotenv>=1.1.1",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.20",
"redis>=6.2.0",
"requests>=2.32.4",
"sqlalchemy>=2.0.0",
"uvicorn[standard]>=0.35.0",
"python-json-logger>=3.3.0",
"mcp[cli]>=1.12.4",
]