requirements.txt
1.07 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
# GUI Framework
PySide6==6.10.1
PySide6_Addons==6.10.1
PySide6_Essentials==6.10.1
shiboken6==6.10.1
# Google AI
google-genai==1.52.0
google-auth==2.43.0
# Database
PyMySQL==1.1.2
# Image Processing
Pillow==11.1.0
# HTTP Client
httpx==0.28.1
h11==0.16.0
httpcore==1.0.9
websockets==15.0.1
requests==2.32.5
# Authentication & Security
certifi==2025.11.12
urllib3==2.5.0
rsa==4.9.1
# Async Support
anyio==4.12.0
# Caching
cachetools==6.2.2
# Retry Mechanism
tenacity==9.1.2
# Build Tools
pyinstaller==6.17.0
pyinstaller-hooks-contrib==2025.10
altgraph==0.17.5
macholib==1.16.4
# Type Annotations & Validation
pydantic==2.12.5
pydantic_core==2.41.5
typing-inspection==0.4.2
typing_extensions==4.15.0
annotated-types==0.7.0
# Network & IDNA
idna==3.11
charset-normalizer==3.4.4
# Cryptography
pyasn1==0.6.1
pyasn1_modules==0.4.2
# Packaging
packaging==25.0
# Logging
# (built-in logging module is used)
# Standard library modules used:
# - base64, io, json, os, sys, shutil, tempfile
# - platform, logging, random, hashlib, socket, uuid
# - datetime, enum, queue, threading, pathlib