build: migrate deps to pyproject.toml (#201)

This commit is contained in:
delewer
2026-03-19 01:33:12 +07:00
committed by GitHub
parent 9924440c48
commit 99b5c722e1
7 changed files with 115 additions and 14 deletions

View File

@@ -9,12 +9,13 @@ import sys
import threading
import time
import webbrowser
import pystray
import pyperclip
import asyncio as _asyncio
import customtkinter as ctk
from pathlib import Path
from typing import Dict, Optional
import pystray
import customtkinter as ctk
from PIL import Image, ImageDraw, ImageFont
import proxy.tg_ws_proxy as tg_ws_proxy