-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
75 lines (58 loc) · 1.15 KB
/
requirements.txt
File metadata and controls
75 lines (58 loc) · 1.15 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
# Core dependencies
numpy>=1.26.0
pandas>=2.1.0
# Scientific computing
scipy>=1.11.0
# Visualization
matplotlib>=3.8.0
seaborn>=0.13.0
# Graph algorithms
networkx>=3.2
# Configuration
pyyaml>=6.0
# Utilities
python-dotenv>=1.0.0
tqdm>=4.65.0
# Type hints
types-PyYAML>=6.0.12
# Database
SQLAlchemy>=2.0.0
psycopg2-binary>=2.9.0
# FastAPI & Web Framework
fastapi==0.104.1
gunicorn
uvicorn[standard]==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
# Task Queue
redis==5.0.1
celery==5.3.4
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-benchmark>=4.0.0
memory-profiler>=0.61.0
# Load test
locust
# Mock 및 유틸리티
faker==20.1.0
# Code quality
black>=23.3.0
flake8>=6.0.0
mypy>=1.4.0
# Auth
python-jose[cryptography]==3.3.0 # JWT
passlib[bcrypt]==1.7.4 # 비밀번호 해싱
python-multipart==0.0.6 # OAuth2
bcrypt==3.2.2 # 호환성 문제 해결을 위한 버전 고정
slowapi==0.1.9 # Rate limiting
email-validator
# hiredis <- 성능 향상용 C library
redis[hiredis]>=5.0.0
# stt 처리
faster-whisper>=0.10.0
pydub>=0.25.1
# CPP migration
pybind11