From e5d2e3669db0aeb6df1bcc47ea42857b0380c966 Mon Sep 17 00:00:00 2001 From: Hanka Date: Wed, 24 Jun 2026 16:08:40 +0200 Subject: [PATCH] chore: add requirements.txt for python dependencies --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a58f154 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +PyQt5>=5.15.7 +matplotlib>=3.6 +numpy>=1.24 +pandas>=1.5 +openpyxl>=3.1 +pytest>=7.0 +pytest-cov>=4.0 +ruff>=0.13 +black>=24.1 \ No newline at end of file