diff options
author | pommicket <pommicket@gmail.com> | 2025-08-31 13:46:48 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-31 13:46:48 -0400 |
commit | 29bf041f65bc89f8edba1bc7567a9f95e4f941bb (patch) | |
tree | 118f1b3f8bb829d9d53ef09ed770883550a95d49 /requirements.txt | |
parent | e458921c8ab0713bbdcf824ee0b3279765b46fcb (diff) |
Start AWS Route 53 support
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d166403..315884a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ requests ~= 2.32.5 +boto3 ~= 1.40.21 |