From 004e685157d4fd85a345214d66a1e9a64e5d2267 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 3 Mar 2025 03:20:44 -0600 Subject: reqs & license --- license | 2 +- requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/license b/license index e23682c..97cf241 100644 --- a/license +++ b/license @@ -1,4 +1,4 @@ -Copyright <2024> +Copyright <2025> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2773dcc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +PyYAML==6.0.2 +PyYAML==6.0.2 +questionary==2.1.0 +Requests==2.32.3 +xmltodict==0.13.0 -- cgit v1.2.3