-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.in
More file actions
79 lines (61 loc) · 1.37 KB
/
Copy pathrequirements.in
File metadata and controls
79 lines (61 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Production dependencies for Accellens
# This file is generated from pyproject.toml
# To install: pip install -r requirements.txt
# FastAPI and ASGI server
fastapi>=0.121.2
uvicorn[standard]>=0.32.0
pydantic>=2.12.4
pydantic-settings>=2.12.0
email-validator>=2.1.0
# Database
sqlalchemy[asyncio]>=2.0.0
asyncpg>=0.30.0
alembic>=1.14.0
psycopg2-binary>=2.9.0
# Task processing
celery[redis]>=5.4.0
# Logging
python-json-logger>=3.2.0
# Rate limiting
slowapi>=0.1.9
# Caching
redis[hiredis]>=6.0.0
# Object Storage
boto3>=1.34.0
botocore>=1.34.0
# Docker client for scanner execution
docker>=7.0.0
# UUID v7 support
uuid7>=0.1.0
# Password hashing
passlib[bcrypt]>=1.7.4
# AI Providers
openai>=1.54.0
anthropic>=0.34.0
langchain>=0.3.0
langchain-openai>=0.2.0
langchain-anthropic>=1.2.0
langchain-community>=0.3.0
httpx>=0.27.0
aiohttp>=3.13.3
# Observability
opentelemetry-api>=1.24.0
opentelemetry-sdk>=1.24.0
opentelemetry-instrumentation>=0.45b0
opentelemetry-exporter-otlp>=1.24.0
prometheus-client>=0.20.0
# Safety and PII detection
presidio-analyzer>=2.2.0
presidio-anonymizer>=2.2.0
# YAML support
pyyaml>=6.0.1
jinja2>=3.1.0
# Cryptography
cryptography>=43.0.0
# HTTP client (pinned for security - transitive dep of boto3, langchain, docker, etc.)
urllib3>=2.6.3
# PDF generation
reportlab>=4.0.0
Pillow>=10.0.0
# Pin transitive dependencies for security
filelock>=3.20.3