From f82e58de768d7869b5e2fa2bbd4c99941cb961ee Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 21:30:24 +0000 Subject: [PATCH] Initial commit: project structure and configuration --- requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5ead9b2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +click>=8.0 +requests>=2.31 +beautifulsoup4>=4.12 +rich>=13.0 +tomli>=2.0; python_version < '3.11' +tomllib>=1.0; python_version >= '3.11' +packaging>=23.0 +requests-cache>=1.0 +pytest>=7.4 +pytest-cov>=4.1 +pytest-mock>=3.11