We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fde71b commit 86cb827Copy full SHA for 86cb827
requirements.txt
@@ -1,7 +1,7 @@
1
# required
2
Flask>=0.10
3
PyYAML>=3.0
4
-jsonschema>=2.5.1
+jsonschema>=3.0.1
5
six>=1.10.0
6
mistune
7
werkzeug
setup.py
@@ -52,8 +52,7 @@ def grep(attrname):
52
install_requires=[
53
'Flask>=0.10',
54
'PyYAML>=3.0',
55
- 'jsonschema>=2.5.1',
56
- 'jsonschema<3.0.0',
+ 'jsonschema>=3.0.1',
57
'mistune',
58
'six>=1.10.0'
59
],
0 commit comments