From ff743dfbc1b6aeaca44d2e856f48013b482e104a Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 3 Jun 2024 14:43:35 -0500 Subject: [PATCH] Add `.gitignore` and `poetry.lock` --- .gitignore | 1 + poetry.lock | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 poetry.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4764d24 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dev-database.db diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..edd7746 --- /dev/null +++ b/poetry.lock @@ -0,0 +1,46 @@ +# This file is automatically @generated by Poetry and should not be changed by hand. + +[[package]] +name = "firepup650" +version = "1.0.35" +description = "Package containing various shorthand things I use, and a few imports I almost always use" +category = "main" +optional = false +python-versions = ">=3.8,<4.0" +files = [ + {file = "firepup650-1.0.35-py3-none-any.whl", hash = "sha256:fb6d326e11ddbc4bb83ffe95b1ec0f2e6937cd7722cdbadd2f3ac31e84bfe3a5"}, + {file = "firepup650-1.0.35.tar.gz", hash = "sha256:f128b624b8cee762366ccedf8a75b6e89745d08dd919a2df8433f2cbc090da13"}, +] + +[package.dependencies] +fkeycapture = ">=1.2.7,<2.0.0" +fpsql = ">=1,<1.0.26 || >1.0.26,<2" + +[[package]] +name = "fkeycapture" +version = "1.2.7" +description = "A way to capture keystrokes" +category = "main" +optional = false +python-versions = ">=3.8,<4.0" +files = [ + {file = "fkeycapture-1.2.7-py3-none-any.whl", hash = "sha256:c09cb715ccf2b9dfc25ecd39bffaf8fa794bc07410f666ac2ec15ebebebaabef"}, + {file = "fkeycapture-1.2.7.tar.gz", hash = "sha256:5ef9c90aec0420a2e462420a2bc8076a50ffd8566a9a022ac171c0e508f1d58d"}, +] + +[[package]] +name = "fpsql" +version = "1.0.5" +description = "An easy to use SQLite package" +category = "main" +optional = false +python-versions = ">=3.8,<4.0" +files = [ + {file = "fpsql-1.0.5-py3-none-any.whl", hash = "sha256:a31f4bf99d44c0095a8246bfd78bd39cf96d9b3591363a3f6538ca40914679a4"}, + {file = "fpsql-1.0.5.tar.gz", hash = "sha256:647d148c5a17bca3a147a3bb281cc12dfc36f6f3f3652f22a1b2a1a3b7367c93"}, +] + +[metadata] +lock-version = "2.0" +python-versions = "^3.11" +content-hash = "9086a1cb67227cc868343ba92e5a0bfd713be45b6a0140e2e225a8b82a21d912"