requirements.txt 1.07 KB
# 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