-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (45 loc) · 1.12 KB
/
Copy pathrequirements.txt
File metadata and controls
54 lines (45 loc) · 1.12 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
# Multi-Agent System - Production Requirements
# All dependencies with pinned versions for reproducibility
# Core Framework
Flask==3.0.0
Werkzeug==3.1.5 # CVE-2026-21860 fix: upgraded from 3.0.1
# Real-time Communication
flask-socketio==5.3.5
python-socketio==5.10.0
eventlet==0.33.3
# Data Validation and Models
pydantic>=2.7.4
pydantic-core>=2.18.0
# AI/ML Framework - LangGraph & LangChain
# Pinned 2026-03-06: verified working set (server boots, pip check clean)
langgraph==1.0.10
langgraph-checkpoint==4.0.1
langgraph-checkpoint-sqlite==3.0.3
langgraph-sdk==0.3.9
langchain==1.2.10
langchain-core==1.2.17
langchain-openai==1.1.10
langchain-anthropic==1.3.4
openai>=1.12.0
anthropic>=0.18.0
# Environment Configuration
python-decouple==3.8
python-dotenv==1.0.0
# Security & Encryption
cryptography>=41.0.0
Flask-Limiter==3.5.0
Flask-Talisman==1.1.0
Flask-Login==0.6.3
PyJWT==2.8.0
# Caching
Flask-Caching==2.1.0
redis==5.0.1
# Utilities
typing-extensions>=4.12.0
# Development Tools (optional, can be moved to requirements-dev.txt)
# black==23.12.1
# flake8==7.0.0
# mypy==1.8.0
# pytest==7.4.3
# pytest-cov==4.1.0
# pytest-mock==3.12.0