We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ac34a commit d719203Copy full SHA for d719203
requirements.txt
@@ -10,7 +10,7 @@ elasticsearch>=7.0.0
10
envparse>=0.2.0
11
exotel>=0.1.3
12
jira>=1.0.10,<1.0.15
13
-jsonschema>=2.6.0
+jsonschema>=3.0.2
14
mock>=2.0.0
15
py-zabbix==1.1.3
16
PyStaticConfiguration>=0.10.3
setup.py
@@ -37,7 +37,7 @@
37
'envparse>=0.2.0',
38
'exotel>=0.1.3',
39
'jira>=1.0.10,<1.0.15',
40
- 'jsonschema>=2.6.0,<3.0.0',
+ 'jsonschema>=3.0.2',
41
'mock>=2.0.0',
42
'PyStaticConfiguration>=0.10.3',
43
'python-dateutil>=2.6.0,<2.7.0',
0 commit comments