File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
isodate == 0.6.0
2
2
dictpath == 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
5
six
6
6
lazy-object-proxy
7
7
attrs
Original file line number Diff line number Diff line change 1
1
isodate==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
4
4
six
5
5
lazy-object-proxy
6
6
backports.functools-lru-cache
Original file line number Diff line number Diff line change 1
1
mock==2.0.0
2
2
pytest==3.5.0
3
- pytest-flake8
3
+ pytest-flake8==1.0.7
4
4
pytest-cov==2.5.1
5
+ flake8==4.0.1
5
6
falcon==2.0.0; python_version<"3.0"
6
7
falcon==3.0.0; python_version>="3.0"
7
8
flask
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ setup_requires =
28
28
install_requires =
29
29
isodate
30
30
dictpath
31
- openapi-spec-validator
32
- openapi-schema-validator
31
+ openapi-spec-validator < 0.4.0
32
+ openapi-schema-validator < 0.2.0
33
33
six
34
34
lazy-object-proxy
35
35
attrs
@@ -41,8 +41,9 @@ install_requires =
41
41
tests_require =
42
42
mock; python_version<"3.0"
43
43
pytest
44
- pytest-flake8
44
+ pytest-flake8 < 1.1.0
45
45
pytest-cov
46
+ flake8 < 5.0.0
46
47
falcon
47
48
flask
48
49
responses
You can’t perform that action at this time.
0 commit comments