-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
59 lines (49 loc) · 875 Bytes
/
requirements.txt
File metadata and controls
59 lines (49 loc) · 875 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Core Framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
# Database
sqlmodel>=0.0.14
psycopg2-binary>=2.9.9
alembic>=1.12.0
# HTTP & API
httpx>=0.25.0
python-multipart>=0.0.6
asyncpg>=0.29.0
# GitHub Integration
pygithub>=1.59.0
gitpython>=3.1.40
# RAG & Vector DB
langchain>=0.1.0
langchain-community>=0.0.10
sentence-transformers>=2.3.0
qdrant-client>=1.7.0
tiktoken>=0.5.1
# LLM
openai>=1.3.0
ollama>=0.1.0
# Utilities
pyyaml>=6.0.1
jinja2>=3.1.2
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-dotenv>=1.0.0
structlog>=23.2.0
rich>=13.7.0
click>=8.1.7
aiofiles>=23.2.1
# Reporting
reportlab>=4.0.7
weasyprint>=60.1
# Development (optional)
pytest>=7.4.3
pytest-asyncio>=0.21.1
pytest-cov>=4.1.0
pytest-mock>=3.12.0
ruff>=0.1.6
mypy>=1.7.0
bandit>=1.7.5
semgrep>=1.45.0
safety>=2.3.5
playwright>=1.40.0