Add PostgreSQL-backed DuckMail GUI

This commit is contained in:
52tv
2026-03-20 17:24:48 +08:00
commit 3fe6390250
7 changed files with 1165 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
PySide6
requests
psycopg[binary]