mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Drop-upload frontend, rerecorded for 1.9 beta (and correcting a minor mistake). Includes some fixes for Windows but not the Windows inotify implementation. fixes #1429
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user