File tree 4 files changed +12
-8
lines changed
4 files changed +12
-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
+ PyYAML == 5.3.1
5
6
six
6
7
lazy-object-proxy
7
8
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==3.9.2
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,9 @@ 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
+ PyYAML < 6.0; python_version>="3.6"
33
34
six
34
35
lazy-object-proxy
35
36
attrs
@@ -41,8 +42,9 @@ install_requires =
41
42
tests_require =
42
43
mock; python_version<"3.0"
43
44
pytest
44
- pytest-flake8
45
+ pytest-flake8 < 1.1.0
45
46
pytest-cov
47
+ flake8 < 4.0.0
46
48
falcon
47
49
flask
48
50
responses
You can’t perform that action at this time.
0 commit comments