From 5ed24913d256867daca542716363048feb57527e Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 1 Feb 2016 08:12:46 -0700 Subject: [PATCH] add humanize dependency --- src/allmydata/_auto_deps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 55018fe49..400e66bc4 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -54,6 +54,8 @@ install_requires = [ "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 + # * On Linux we need at least Twisted 10.1.0 for inotify support # used by the drop-upload frontend. # * We also need Twisted 10.1.0 for the FTP frontend in order for @@ -116,6 +118,7 @@ package_imports = [ ('enum34', 'enum'), ('pycparser', 'pycparser'), ('PyYAML', 'yaml'), + ('humanize', 'humanize'), ] # Dependencies for which we don't know how to get a version number at run-time.