]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
_auto_deps.py: cosmetics. 2249-windows-dep-workaround-1
authorDaira Hopwood <daira@jacaranda.org>
Mon, 29 Sep 2014 16:24:03 +0000 (17:24 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 29 Sep 2014 16:24:03 +0000 (17:24 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 08e497b1d45e1c5c53d445857f6c2a5185259f30..5b53d744b85d5670caabd81bb68d8c7a1374c963 100644 (file)
@@ -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.