Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9007f35

Browse files
author
David Robertson
committed
Workaround poetry export bug with recent twisted
1 parent 4586119 commit 9007f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ idna = ">=2.5"
119119
service-identity = ">=18.1.0"
120120
# Twisted 18.9 introduces some logger improvements that the structured
121121
# logger utilises
122-
Twisted = ">=18.9.0"
122+
Twisted = {version = ">=18.9.0", extras = ["tls"]}
123123
treq = ">=15.1"
124124
# Twisted has required pyopenssl 16.0 since about Twisted 16.6.
125125
pyOpenSSL = ">=16.0.0"

0 commit comments

Comments
 (0)