]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
Drop-upload frontend, rerecorded for 1.9 beta (and correcting a minor mistake). Inclu...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index 36e20bf1c4f9b6510521165a51e41dbd47915e0e..f998d3651f31dd9bcbcadab2bfa3e22b4fed3307 100644 (file)
@@ -19,6 +19,8 @@ install_requires = [
     "zope.interface == 3.3.1, == 3.5.3, == 3.6.1",
 
     # On Windows we need at least Twisted 9.0 to avoid an indirect dependency on pywin32.
+    # 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 for the FTP frontend in order for Twisted's FTP server to
     # support asynchronous close.
     "Twisted >= 10.1.0",