Add boto3 as a dependency

This commit is contained in:
jeremystretch 2023-03-15 09:20:24 -04:00
parent 5cd3ad0b12
commit 7f046baae3
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# https://github.com/mozilla/bleach # https://github.com/mozilla/bleach
bleach<6.0 bleach<6.0
# Python client for Amazon AWS API
# https://github.com/boto/boto3
boto3
# The Python web framework on which NetBox is built # The Python web framework on which NetBox is built
# https://github.com/django/django # https://github.com/django/django
Django<4.2 Django<4.2

View File

@ -1,4 +1,5 @@
bleach==5.0.1 bleach==5.0.1
boto3==1.26.91
Django==4.1.7 Django==4.1.7
django-cors-headers==3.14.0 django-cors-headers==3.14.0
django-debug-toolbar==3.8.1 django-debug-toolbar==3.8.1