-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
92 lines (72 loc) · 1.85 KB
/
requirements.txt
File metadata and controls
92 lines (72 loc) · 1.85 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
80
81
82
83
84
85
86
87
88
89
90
91
# StoryCore-Engine Requirements
#
# Core dependencies for image processing
Pillow>=10.4.0
scipy>=1.11.0
opencv-python>=4.8.0
numpy>=1.24.0
# ComfyUI integration dependencies
aiohttp>=3.10.0
ffmpeg-python>=0.2.0
# Real-time preview system dependencies
websockets>=13.0.0
# Security dependencies
cryptography>=43.0.0
certifi>=2024.8.30
bcrypt>=4.0.0 # Secure password hashing
# Testing dependencies
pytest>=8.0.0
hypothesis>=6.100.0
pytest-cov>=4.1.0
pytest-asyncio>=0.23.0
pytest-mock>=3.12.0
# Roadmap system dependencies
PyYAML>=6.0.0
# Additional dependencies for reporting and file monitoring
matplotlib>=3.5.0
watchdog>=3.0.0
# Built-in libraries used:
# - argparse (CLI parsing)
# - json (JSON handling)
# - pathlib (cross-platform file operations)
# - datetime (timestamps)
# - hashlib (deterministic seed generation)
# - shutil (file copying)
#
# API server dependencies
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
pydantic-settings>=2.0.0
# Authentication dependencies
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
# Rate limiting
fastapi-limiter>=0.1.5
redis>=4.5.0
# JSON Schema validation
jsonschema>=4.17.0
# Process and memory monitoring
psutil>=5.9.0
# Future versions may add:
# - click or typer (for richer CLI features)
# - pydantic (for type-safe data validation)
# 3D rendering dependencies
panda3d>=1.10.10
PyOpenGL>=3.1.6
# ============================================
# Adobe Premiere Integration Dependencies
# Added for Media Intelligence, Audio Remix, and Transcription features
# ============================================
# Vector Database for Semantic Search
chromadb>=0.4.0
# Sentence Transformers for Embeddings
sentence-transformers>=2.2.0
# Audio Analysis and Processing
librosa>=0.10.0
soundfile>=0.12.0
audioread>=3.0.0
# Speech Recognition (Whisper)
openai-whisper>=2023110
# Progress Bars
tqdm>=4.66.0
sse-starlette>=2.1.0