mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-13 00:27:32 +08:00
Replaced httpx and json with aiohttp and ujson throughout the codebase for improved async performance and faster JSON handling. Updated requirements.txt to reflect new dependencies and removed unused ones. Refactored manifest handling to remove steam.client.cdn dependency and implemented custom manifest serialization. Updated logger to use loguru instead of logzero. Adjusted i18n keys and tray menu logic to match new window-based UI. Updated about.html to reflect backend technology change from HTTPX to AIOHTTP.
15 lines
120 B
Plaintext
15 lines
120 B
Plaintext
# Server
|
|
loguru
|
|
fastapi
|
|
uvicorn
|
|
# Encode
|
|
vdf
|
|
ujson
|
|
# Web
|
|
jinja2
|
|
aiohttp
|
|
pywebview
|
|
websockets
|
|
# Any things
|
|
Pillow
|
|
pystray |