Skip to content

Commit

Permalink
Require current Hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jan 27, 2020
1 parent 1826e63 commit 5475def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
install_requires=[
"incremental",
"requests >= 2.1.0",
# Require a recent Hyperlink as some old versions have serious bugs.
"hyperlink >= 19.0.0",
"six",
"Twisted[tls] >= 16.4.0 ; python_version < '3.7'",
"Twisted[tls] >= 18.7.0 ; python_version >= '3.7'",
Expand Down

0 comments on commit 5475def

Please sign in to comment.