Skip to content

Commit

Permalink
set minimum versions for importlib polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-muir committed May 22, 2024
1 parent ea299b7 commit 34bdba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def find_version(*file_paths):
'boto3',
'click',
'six',
'importlib_resources',
'importlib_metadata'
'importlib_resources>=5.12',
'importlib_metadata>=6.5'
],
tests_require=[
'pytest',
Expand Down

0 comments on commit 34bdba9

Please sign in to comment.