From 8cf6888bd077b2468374f76a0a185797e8e8fc07 Mon Sep 17 00:00:00 2001 From: Darren <3921919+pendingintent@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:47:27 -0500 Subject: [PATCH] Added requirements.txt to support users When using the utility, there are dependencies that a user must install. Rather than have them discover this when trying to use, I have created a requirements.txt file, which can be used: `pip install -r requirements.txt` This will support the user in installing the necessary dependencies to begin using the utility without errors. --- src/define-xml/requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/define-xml/requirements.txt diff --git a/src/define-xml/requirements.txt b/src/define-xml/requirements.txt new file mode 100644 index 0000000..afa1a73 --- /dev/null +++ b/src/define-xml/requirements.txt @@ -0,0 +1,10 @@ +cdisc-library-client==0.1.6 +certifi==2026.1.4 +charset-normalizer==3.4.4 +dotenv==0.9.9 +idna==3.11 +jsonata-python==0.6.1 +python-dotenv==1.2.1 +PyYAML==6.0.3 +requests==2.32.5 +urllib3==2.6.3