Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
46
backend-compliance/requirements.txt
Normal file
46
backend-compliance/requirements.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
# BreakPilot Compliance Backend Dependencies
|
||||
|
||||
# Web Framework
|
||||
fastapi==0.123.9
|
||||
uvicorn==0.38.0
|
||||
starlette==0.49.3
|
||||
|
||||
# HTTP Client (consent-service proxy, DSR proxy)
|
||||
httpx==0.28.1
|
||||
requests==2.32.5
|
||||
|
||||
# Validation & Types
|
||||
pydantic==2.12.5
|
||||
pydantic_core==2.41.5
|
||||
email-validator==2.3.0
|
||||
annotated-types==0.7.0
|
||||
|
||||
# Authentication
|
||||
PyJWT==2.10.1
|
||||
python-multipart==0.0.20
|
||||
|
||||
# AI / Anthropic (compliance AI assistant)
|
||||
anthropic==0.75.0
|
||||
|
||||
# PDF Generation (GDPR export, audit reports)
|
||||
weasyprint==66.0
|
||||
Jinja2==3.1.6
|
||||
|
||||
# Document Processing (Word import for consent admin)
|
||||
mammoth==1.11.0
|
||||
Markdown==3.9
|
||||
|
||||
# Utilities
|
||||
python-dateutil==2.9.0.post0
|
||||
|
||||
# Database
|
||||
asyncpg==0.30.0
|
||||
SQLAlchemy==2.0.36
|
||||
psycopg2-binary==2.9.10
|
||||
|
||||
# Cache (Valkey/Redis - rate limiter middleware)
|
||||
redis==5.2.1
|
||||
|
||||
# Security: Pin transitive dependencies to patched versions
|
||||
idna>=3.7
|
||||
cryptography>=42.0.0
|
||||
Reference in New Issue
Block a user