Version of Twisted that doesn't break on Python 3 with Windows.

This commit is contained in:
Itamar Turner-Trauring 2021-05-05 10:17:13 -04:00
parent ebedc660bd
commit 293f372ea4

View File

@ -97,7 +97,8 @@ install_requires = [
# an sftp extra in Tahoe-LAFS, there is no point in having one.
# * Twisted 19.10 introduces Site.getContentFile which we use to get
# temporary upload files placed into a per-node temporary directory.
"Twisted[tls,conch] >= 19.10.0",
# * Twisted 21.2.0 is missing binary wheels for some reason.
"Twisted[tls,conch] >= 19.10.0, != 21.2.0",
"PyYAML >= 3.11",