File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-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
5+ PyYAML == 5.3.1
56six
67lazy-object-proxy
78attrs
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,9 @@ 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
33+ PyYAML < 6.0; python_version>="3.6"
3334 six
3435 lazy-object-proxy
3536 attrs
@@ -41,8 +42,9 @@ install_requires =
4142tests_require =
4243 mock; python_version<"3.0"
4344 pytest
44- pytest-flake8
45+ pytest-flake8 < 1.1.0
4546 pytest-cov
47+ flake8 < 4.0.0
4648 falcon
4749 flask
4850 responses
You can’t perform that action at this time.
0 commit comments