Skip to content

Commit

Permalink
Merge pull request #877 from sevein/dev/issue-876-importlib-resources…
Browse files Browse the repository at this point in the history
…-constraint

Add version constraint to importlib_resources
  • Loading branch information
Julian authored Nov 5, 2021
2 parents 3d2eec2 + f8d18fa commit 1499972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python_requires = >=3.7
install_requires =
attrs>=17.4.0
importlib_metadata;python_version<'3.8'
importlib_resources;python_version<'3.9'
importlib_resources>=1.4.0;python_version<'3.9'
pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2

[options.extras_require]
Expand Down

0 comments on commit 1499972

Please sign in to comment.