Skip to content

Commit

Permalink
Merge pull request #151 from rodrigc/twisted-17.9.0
Browse files Browse the repository at this point in the history
Require Twisted 17.9.0 or higher.

This is a step towards fixing the test suite interaction with Twisted
17.1.0's resolve-related changes in twisted.web.client.Agent.
  • Loading branch information
exarkun authored Oct 11, 2017
2 parents 080a406 + 6a343d1 commit 13eb735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"incremental",
# See https://github.com/twisted/treq/issues/167
# And https://twistedmatrix.com/trac/ticket/9032
"twisted[tls]!=17.1.0",
"twisted[tls]>=17.9.0",
"pem",
"eliot",
"python-dateutil",
Expand Down

0 comments on commit 13eb735

Please sign in to comment.