-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_test.txt
More file actions
122 lines (112 loc) · 2.36 KB
/
requirements_test.txt
File metadata and controls
122 lines (112 loc) · 2.36 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# =========================
# Web / Django
# =========================
Django==4.2.17
python-dotenv==1.2.1
django-allauth==65.14.0
django-cors-headers==4.9.0
django-csp==4.0
djangorestframework==3.16.1
asgiref==3.11.0
sqlparse==0.5.5
tzdata==2025.3
# =========================
# Async / Worker / Cache
# =========================
celery==5.6.2
redis==7.1.0
amqp==5.3.1
billiard==4.2.4
kombu==5.6.2
vine==5.1.0
async-timeout==5.0.1
# =========================
# Google Auth / Photos / Picker (OAuth + API client)
# =========================
google-api-python-client==2.188.0
google-auth==2.48.0
google-auth-httplib2==0.3.0
google-auth-oauthlib==1.2.4
google-api-core==2.29.0
googleapis-common-protos==1.72.0
httplib2==0.31.2
uritemplate==4.2.0
oauthlib==3.3.1
requests-oauthlib==2.0.0
# =========================
# OCR (Google Cloud Vision)
# =========================
google-cloud-vision==3.12.0
proto-plus==1.27.0
protobuf==6.33.5
# =========================
# AI / Deep Learning (이미지/텍스트 학습)
# =========================
torch==2.1.0
torchvision==0.16.0
timm==1.0.24
transformers==4.35.0
tokenizers==0.14.1
huggingface-hub==0.17.3
accelerate==0.24.1
safetensors==0.4.5
# =========================
# Data / Numeric stack (NumPy 1.x 라인 통일)
# =========================
numpy==1.26.4
pandas==1.5.3
scipy==1.11.4
scikit-learn==1.3.2
# =========================
# Image / File Processing
# =========================
Pillow==10.1.0
pillow-heif==0.15.0
scikit-image==0.25.2
tqdm==4.67.1
openpyxl==3.1.5
ImageHash==4.3.2
PyWavelets==1.8.0
python-dateutil==2.9.0.post0
six==1.17.0
# =========================
# CLIP (open_clip 기반)
# =========================
open-clip-torch==2.24.0
ftfy==6.3.1
regex>=2023.0.0
# =========================
# HTTP / Crypto
# =========================
requests==2.32.5
urllib3==2.6.3
charset-normalizer==3.4.4
idna==3.11
certifi==2026.1.4
cryptography==46.0.4
cffi==2.0.0
pycparser==3.0
PyJWT==2.10.1
pyasn1==0.6.2
pyasn1_modules==0.4.2
rsa==4.9.1
# =========================
# CLI / Utils
# =========================
click==8.3.1
click-didyoumean==0.3.1
click-plugins==1.1.1.2
click-repl==0.3.0
prompt_toolkit==3.0.52
wcwidth==0.5.2
colorama==0.4.6
tzlocal==5.3.1
typing_extensions==4.15.0
exceptiongroup==1.3.1
pyparsing==3.3.2
whitenoise
gunicorn==21.2.0
dj-database-url==2.2.0
psycopg2-binary==2.9.9
cloudinary==1.41.0
django-cloudinary-storage==0.3.0