From 7f046baae3d743ad421fdce587fcad808cb7d34e Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 15 Mar 2023 09:20:24 -0400 Subject: [PATCH] Add boto3 as a dependency --- base_requirements.txt | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/base_requirements.txt b/base_requirements.txt index ac1d1115e..4781652cd 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -2,6 +2,10 @@ # https://github.com/mozilla/bleach bleach<6.0 +# Python client for Amazon AWS API +# https://github.com/boto/boto3 +boto3 + # The Python web framework on which NetBox is built # https://github.com/django/django Django<4.2 diff --git a/requirements.txt b/requirements.txt index c66477589..d5f495b7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ bleach==5.0.1 +boto3==1.26.91 Django==4.1.7 django-cors-headers==3.14.0 django-debug-toolbar==3.8.1