From 6107cd5d982120acce50fd60a4802b05708f6499 Mon Sep 17 00:00:00 2001 From: Steve Mapes Date: Wed, 15 Jan 2025 13:01:58 +0000 Subject: [PATCH] Updating the requirements used within the github actions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3cd199a..5554eee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ packages = django_aws_api_gateway_websockets.management django_aws_api_gateway_websockets.management.commands include_package_data = True -install_requires = Django>=4.2.0 +install_requires = Django>=4.2.0, boto3=>1.4.4 python_requires = >=3.8 zip_safe = False