Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ packages = find:

install_requires =
localstack-client
python-hcl2
packaging
python-hcl2==7.2.1
packaging==25.0

[options.extras_require]
test =
flake8
flake8==7.3.0
localstack
pytest
pytest==8.4.1

[options.packages.find]
exclude =
Expand Down