From: meejah <meejah@meejah.ca>
Date: Mon, 1 Feb 2016 15:12:46 +0000 (-0700)
Subject: add humanize dependency
X-Git-Url: https://git.rkrishnan.org/vdrive/simplejson/...?a=commitdiff_plain;h=2341fc3d30cbbdeeb5f89b3cd6ee495eeb3a66b3;p=tahoe-lafs%2Ftahoe-lafs.git

add humanize dependency
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index bdbf0807..6ef82181 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -64,6 +64,8 @@ install_requires = [
     "characteristic >= 14.0.0", # latest service-identity depends on this version
     "pyasn1 >= 0.1.8",          # latest pyasn1-modules depends on this version
     "pyasn1-modules >= 0.0.5",  # service-identity depends on this
+
+    "humanize >= 0.5.1",        # might not *need* to be this new
 ]
 
 # We no longer have any setup dependencies.
@@ -89,6 +91,7 @@ package_imports = [
     ('service-identity', 'service_identity'),
     ('characteristic',   'characteristic'),
     ('pyasn1-modules',   'pyasn1_modules'),
+    ('humanize',         'humanize'),
 ]
 
 # Dependencies for which we don't know how to get a version number at run-time.