File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11isodate == 0.6.0
22dictpath == 0.1.3
3- openapi-spec-validator
4- openapi-schema-validator
3+ openapi-spec-validator == 0.3.3
4+ openapi-schema-validator == 0.1.6
55six
66lazy-object-proxy
77attrs
Original file line number Diff line number Diff line change 11isodate==0.6.0
2- openapi-spec-validator
3- openapi-schema-validator
2+ openapi-spec-validator==0.3.3
3+ openapi-schema-validator==0.1.6
44six
55lazy-object-proxy
66backports.functools-lru-cache
Original file line number Diff line number Diff line change 11mock==2.0.0
22pytest==3.5.0
3- pytest-flake8
3+ pytest-flake8==1.0.7
44pytest-cov==2.5.1
5+ flake8==3.9.2
56falcon==2.0.0; python_version<"3.0"
67falcon==3.0.0; python_version>="3.0"
78flask
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ setup_requires =
2828install_requires =
2929 isodate
3030 dictpath
31- openapi-spec-validator
32- openapi-schema-validator
31+ openapi-spec-validator < 0.4.0
32+ openapi-schema-validator < 0.2.0
3333 six
3434 lazy-object-proxy
3535 attrs
@@ -41,8 +41,9 @@ install_requires =
4141tests_require =
4242 mock; python_version<"3.0"
4343 pytest
44- pytest-flake8
44+ pytest-flake8 < 1.1.0
4545 pytest-cov
46+ flake8 < 4.0.0
4647 falcon
4748 flask
4849 responses
You can’t perform that action at this time.
0 commit comments