diff options
author | ame <[email protected]> | 2025-03-03 03:20:44 -0600 |
---|---|---|
committer | ame <[email protected]> | 2025-03-03 03:20:44 -0600 |
commit | 004e685157d4fd85a345214d66a1e9a64e5d2267 (patch) | |
tree | 0180637a42564349c5f420949c632e793e0e3cd9 | |
parent | bb96c6e30f393bb135e2f6b7ddb314027f0aee54 (diff) |
-rw-r--r-- | license | 2 | ||||
-rw-r--r-- | requirements.txt | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright <2024> <[email protected]> +Copyright <2025> <[email protected]> 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 |