From 0e34629f959b43b7b2e0dd3f834dfa27ddae2b0c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 20:00:29 +0000 Subject: [PATCH] Initial upload of ConfSync project --- app/requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..c8ee39b --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,10 @@ +typer>=0.9.0 +pyyaml>=6.0 +gitpython>=3.1.0 +cryptography>=41.0.0 +pathlib2>=2.3.0 +rich>=13.0.0 +toml>=0.10.0 +configparser>=5.3.0 +pytest>=7.0.0 +pytest-cov>=4.0.0