mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 17:26:10 -06:00
Add boto3 as a dependency
This commit is contained in:
parent
5cd3ad0b12
commit
7f046baae3
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user