Skip to content

Commit

Permalink
add packaging as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored Aug 25, 2023
1 parent c3fdfe4 commit e95968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


INSTALL_REQUIRES = (
['pycodestyle >= 2.10.0', 'tomli; python_version < "3.11"']
['packaging', 'pycodestyle >= 2.10.0', 'tomli; python_version < "3.11"']
)


Expand Down

0 comments on commit e95968a

Please sign in to comment.