Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3e305d9

Browse files
authored
Do not mark wheel as an outdated dependency (#128)
1 parent ca1b2c5 commit 3e305d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compatibility_lib/compatibility_lib/configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
IGNORED_DEPENDENCIES = [
2222
'pip',
2323
'setuptools',
24+
'wheel',
2425
]
2526

2627
PKG_LIST = [

0 commit comments

Comments
 (0)