mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 19:20:08 +00:00
Bump the Twisted dependency so we can do this
This commit is contained in:
parent
ac994420bd
commit
4367e5a0fc
4
setup.py
4
setup.py
@ -96,7 +96,9 @@ install_requires = [
|
|||||||
# an sftp extra in Tahoe-LAFS, there is no point in having one.
|
# an sftp extra in Tahoe-LAFS, there is no point in having one.
|
||||||
# * Twisted 19.10 introduces Site.getContentFile which we use to get
|
# * Twisted 19.10 introduces Site.getContentFile which we use to get
|
||||||
# temporary upload files placed into a per-node temporary directory.
|
# temporary upload files placed into a per-node temporary directory.
|
||||||
"Twisted[tls,conch] >= 19.10.0",
|
# * Twisted 22.8.0 added support for coroutine-returning functions in many
|
||||||
|
# places (mainly via `maybeDeferred`)
|
||||||
|
"Twisted[tls,conch] >= 22.8.0",
|
||||||
|
|
||||||
"PyYAML >= 3.11",
|
"PyYAML >= 3.11",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user