feat: Introduce initial application structure, SQL database tools, and license management.

This commit is contained in:
2026-01-29 23:07:55 +08:00
commit 8319916a06
97 changed files with 3207 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
PyQt5==5.6
pymysql==0.9.3
psycopg2==2.7.7
apscheduler==3.6.3
pyinstaller==3.5
# cryptography removed due to compilation issues on win7/py3.4