From 4dde414f7075aa14a66fa91047bf528c0faf8ed7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 Oct 2023 20:51:45 +0200 Subject: [PATCH] Add missing poetry lock --- scripts/poetry.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/poetry.lock diff --git a/scripts/poetry.lock b/scripts/poetry.lock new file mode 100644 index 0000000..9c20220 --- /dev/null +++ b/scripts/poetry.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +package = [] + +[metadata] +lock-version = "2.0" +python-versions = "^3.9" +content-hash = "c595a0588c25d58f3e3834ad7169126836d262b925fe6ca9b5d540dcf301d254" -- 2.47.3