Skip to content

Commit

Permalink
Format install_requires for readability
Browse files Browse the repository at this point in the history
Changed the install_requires field in setup.cfg to use a more readable multiline format. This improves clarity and makes future edits easier to manage. No functional changes have been made.
  • Loading branch information
StevenMapes committed Jan 15, 2025
1 parent 382d59b commit dbc1c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbc1c6a

Please sign in to comment.