Skip to content

Commit

Permalink
Add requirement of 'packaging' module (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Franceschetti committed Oct 31, 2023
1 parent 4bfda0b commit 7b71e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def read_file(fname):
'termcolor',
'pyyaml',
'python-dateutil',
'packaging'
],
extras_require={
'test': TEST_REQUIRE,
Expand Down

0 comments on commit 7b71e25

Please sign in to comment.