diff --git a/setup.cfg b/setup.cfg index 5554eee..0422b0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,9 @@ packages = django_aws_api_gateway_websockets.management django_aws_api_gateway_websockets.management.commands include_package_data = True -install_requires = Django>=4.2.0, boto3=>1.4.4 +install_requires = + Django>=4.2.0 + boto3=>1.4.4 python_requires = >=3.8 zip_safe = False