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