Skip to content

Commit

Permalink
Merge pull request #1216 from enthought/add-importlib-metadata-depend…
Browse files Browse the repository at this point in the history
…ency

Add missing importlib-metadata dependency
  • Loading branch information
mdickinson authored Mar 13, 2023
2 parents 38832ab + 3e83839 commit 85fd544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
'Programming Language :: Python :: 3',
]
dependencies = [
'importlib-metadata>=3.6; python_version<"3.10"',
'importlib-resources>=1.1.0; python_version<"3.9"',
'traits>=6.2',
]
Expand Down

0 comments on commit 85fd544

Please sign in to comment.