projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2341fc3
)
humanize doesn't report a proper version
author
meejah
<meejah@meejah.ca>
Mon, 1 Feb 2016 15:21:31 +0000
(08:21 -0700)
committer
meejah
<meejah@meejah.ca>
Mon, 8 Feb 2016 17:12:32 +0000
(10:12 -0700)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 6ef82181d303c1c2628cf391c3c42649daae0635..3dbff4c992c9520aa62778d44953fd746eeb80f7 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-97,6
+97,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.