Skip to content

Commit

Permalink
[requires.io] dependency update on master branch (mitmproxy#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi authored and mhils committed Oct 22, 2017
1 parent f31d5dc commit 569d275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"brotlipy>=0.5.1, <0.8",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"click>=6.2, <7",
"cryptography>=2.0,<2.1",
"cryptography>=2.0,<2.2",
"h2>=3.0, <4",
"hyperframe>=5.0, <6",
"kaitaistruct>=0.7, <0.8",
Expand All @@ -82,12 +82,12 @@
],
extras_require={
':sys_platform == "win32"': [
"pydivert>=2.0.3, <2.1",
"pydivert>=2.0.3,<2.2",
],
'dev': [
"flake8>=3.2.1, <3.5",
"Flask>=0.10.1, <0.13",
"mypy>=0.530,<0.531",
"mypy>=0.530,<0.541",
"pytest-cov>=2.2.1, <3",
"pytest-faulthandler>=1.3.0, <2",
"pytest-timeout>=1.0.0, <2",
Expand Down

0 comments on commit 569d275

Please sign in to comment.