Skip to content

Commit 7237c9d

Browse files
asottilegaborbernat
authored andcommitted
Add bounds for importlib-metadata / packaging (#1328)
1 parent 69bad03 commit 7237c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ classifiers =
3838
packages = find:
3939
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
4040
install_requires =
41-
importlib-metadata
42-
packaging
41+
importlib-metadata >= 0.12, <1
42+
packaging >= 14
4343
pluggy >= 0.12.0, <1
4444
py >= 1.4.17, <2
4545
six >= 1.0.0, <2

0 commit comments

Comments
 (0)