X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2F_auto_deps.py;h=bdbf0807fd863238ca99a46a7fcb282711cda222;hb=83a3f7047a24a8f6a00e21e9d6b94953ef48fff7;hp=3dbff4c992c9520aa62778d44953fd746eeb80f7;hpb=6867b0a3c083aebcfba6afa5f57452ab4a1d8a2b;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 3dbff4c9..bdbf0807 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -64,8 +64,6 @@ 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. @@ -91,13 +89,11 @@ 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. not_import_versionable = [ 'zope.interface', - 'humanize', ] # Dependencies reported by pkg_resources that we can safely ignore.