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.
2 parents 74d7cd0 + e67874c commit 3fbfd02Copy full SHA for 3fbfd02
mypy.ini
@@ -0,0 +1,2 @@
1
+[mypy-schema_salad.*]
2
+ignore_errors = True
requirements.txt
@@ -3,5 +3,5 @@ ruamel.yaml==0.13.7
3
rdflib==4.2.2
4
rdflib-jsonld==0.4.0
5
shellescape==3.4.1
6
-schema-salad>=2.5.20170623152720,<3
7
-typing==3.5.2.2 ; python_version>="2.7"
+schema-salad>=2.6,<3
+typing==3.5.3
setup.py
@@ -57,8 +57,8 @@
57
'ruamel.yaml >= 0.12.4',
58
'rdflib >= 4.2.2, < 4.3.0',
59
'shellescape >= 3.4.1, < 3.5',
60
- 'schema-salad >= 2.5.20170623152720, < 3',
61
- 'typing >= 3.5.2, < 3.6',
+ 'schema-salad >= 2.6, < 3',
+ 'typing >= 3.5.3',
62
'six >= 1.8.0',
63
],
64
setup_requires=[] + pytest_runner,
0 commit comments