Added a requirement; added a debug handler

This commit is contained in:
2024-05-03 01:08:49 -05:00
parent b78fac0aa5
commit 48bac7e791
4 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ A template project for Python with Gtk applications.
### Requirements
* PyGObject (Gtk introspection library)
* pygobject-stubs (For actually getting pylsp or python-language-server to auto complete in LSPs. Do if GTK3 --no-cache-dir --config-settings=config=Gtk3,Gdk3,Soup2)
* pyxdg (Desktop ".desktop" file parser)
* setproctitle (Define process title to search and kill more easily)
* sqlmodel (SQL databases and is powered by Pydantic and SQLAlchemy)