[requires.io] dependency update on master branch (#2992)
This commit is contained in:
parent
2e8bc12795
commit
f34932c171
4
setup.py
4
setup.py
|
@ -65,7 +65,7 @@ setup(
|
||||||
"brotlipy>=0.7.0,<0.8",
|
"brotlipy>=0.7.0,<0.8",
|
||||||
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
||||||
"click>=6.2, <7",
|
"click>=6.2, <7",
|
||||||
"cryptography>=2.1.4,<2.2",
|
"cryptography>=2.1.4,<2.3",
|
||||||
"h2>=3.0.1,<4",
|
"h2>=3.0.1,<4",
|
||||||
"hyperframe>=5.1.0,<6",
|
"hyperframe>=5.1.0,<6",
|
||||||
"kaitaistruct>=0.7,<0.9",
|
"kaitaistruct>=0.7,<0.9",
|
||||||
|
@ -88,7 +88,7 @@ setup(
|
||||||
'dev': [
|
'dev': [
|
||||||
"flake8>=3.5, <3.6",
|
"flake8>=3.5, <3.6",
|
||||||
"Flask>=0.10.1, <0.13",
|
"Flask>=0.10.1, <0.13",
|
||||||
"mypy>=0.570,<0.571",
|
"mypy>=0.580,<0.581",
|
||||||
"pytest-cov>=2.5.1,<3",
|
"pytest-cov>=2.5.1,<3",
|
||||||
"pytest-faulthandler>=1.3.1,<2",
|
"pytest-faulthandler>=1.3.1,<2",
|
||||||
"pytest-timeout>=1.2.1,<2",
|
"pytest-timeout>=1.2.1,<2",
|
||||||
|
|
Loading…
Reference in New Issue