mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
Set an upper bound on the Twisted we'll use
This commit is contained in:
parent
8faea9162f
commit
3c047f0d17
5
setup.py
5
setup.py
@ -96,7 +96,10 @@ 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 21.2.0 introduces some type hints which we are not yet
|
||||||
|
# compatible with.
|
||||||
|
"Twisted[tls,conch] >= 19.10.0, <21.2.0",
|
||||||
|
|
||||||
"PyYAML >= 3.11",
|
"PyYAML >= 3.11",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user