From f01f45ada2bf092dddbdf4843290a45645f2f274 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Thu, 13 Mar 2025 14:38:35 +0200 Subject: [PATCH] Add requirements.txt for pip support --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..be3cf62 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt +click==8.1.8 + # via int (pyproject.toml) +loguru==0.7.3 + # via int (pyproject.toml) +lxml==5.3.1 + # via int (pyproject.toml)