humanize doesn't report a proper version

This commit is contained in:
meejah 2016-02-01 08:21:31 -07:00 committed by Brian Warner
parent 5ed24913d2
commit 05ec62c4b1

View File

@ -124,6 +124,7 @@ package_imports = [
# Dependencies for which we don't know how to get a version number at run-time.
not_import_versionable = [
'zope.interface',
'humanize',
]
# Dependencies reported by pkg_resources that we can safely ignore.