From bed3a89d039916b675795a8db71f1204fe0039c9 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 29 Sep 2014 17:24:03 +0100 Subject: [PATCH] _auto_deps.py: cosmetics. Signed-off-by: Daira Hopwood --- src/allmydata/_auto_deps.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 08e497b1..5b53d744 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -5,8 +5,8 @@ # always available, or the import is protected by try...except ImportError. install_requires = [ - # we require newer versions of setuptools (actually - # zetuptoolz) to build, but can handle older versions to run + # We require newer versions of setuptools (actually + # zetuptoolz) to build, but can handle older versions to run. "setuptools >= 0.6c6", "zfec >= 1.1.0", @@ -46,9 +46,6 @@ install_requires = [ # pycryptopp-0.6.0 includes ed25519 "pycryptopp >= 0.6.0", - - # Will be needed to test web apps, but not yet. See #1001. - #"windmill >= 1.3", ] # Includes some indirect dependencies, but does not include allmydata. -- 2.45.2