]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
_auto_deps.py cosmetics and cleanup.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 30 Sep 2014 18:03:25 +0000 (19:03 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 7 Oct 2014 18:11:23 +0000 (19:11 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 1b326ed98e05fecb09ff88e801775820a34bafee..b05309c16c65c2841c45a7e147b558dcf7aec0dc 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",
@@ -36,19 +36,16 @@ install_requires = [
     #
     "foolscap >= 0.6.3",
 
-    # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
-    # pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253
-    # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130
+    # Needed for SFTP.
+    # pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>
+    # pycrypto 2.4 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/881130>
     "pycrypto == 2.1.0, == 2.3, >= 2.4.1",
 
-    # http://www.voidspace.org.uk/python/mock/ , 0.8.0 provides "call"
+    # <http://www.voidspace.org.uk/python/mock/>, 0.8.0 provides "call"
     "mock >= 0.8.0",
 
     # 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.