Merge branch 'main' of g.8f.al:ir/budget

This commit is contained in:
iridiumR 2023-06-04 14:11:21 +08:00
commit 0c67dbe66b
No known key found for this signature in database
GPG key ID: 49735733EB1A32C8
2 changed files with 5 additions and 4 deletions

View file

@ -5,3 +5,4 @@ if __name__ == '__main__':
mw = MainWindow() mw = MainWindow()
mw.show() mw.show()
sys.exit(app.exec()) sys.exit(app.exec())

View file

@ -1,4 +1,4 @@
psycopg2==2.9.6 psycopg2
PyQt6==6.5.0 PyQt6
PyQt6-Qt6==6.5.0 PyQt6-Qt6
PyQt6-sip==13.5.1 PyQt6-sip