Skip to content

Commit

Permalink
Add packaging as a required dependency (#14)
Browse files Browse the repository at this point in the history
Follow up to:
- #13
  • Loading branch information
ruffsl authored Sep 5, 2024
1 parent 81af884 commit 1da4e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ament_black/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
install_requires=[
'black==21.12b0',
'packaging>=20.3',
'setuptools>=56',
'unidiff>=0.5',
'uvloop==0.17.0',
Expand Down

0 comments on commit 1da4e60

Please sign in to comment.