We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9d53b commit 5a134aaCopy full SHA for 5a134aa
requirements.txt
@@ -1,9 +1,9 @@
1
requests>=1.0
2
-ruamel.yaml==0.12.4
+ruamel.yaml==0.13.7
3
rdflib==4.2.1
4
rdflib-jsonld==0.4.0
5
shellescape==3.4.1
6
-schema-salad>=2.1.20161216210732,<3
+schema-salad>=2.1.20161227155225,<3
7
cwltest>=1.0.20160907111242
8
typing==3.5.2.2 ; python_version>="2.7"
9
pathlib2==2.1.0
setup.py
@@ -44,10 +44,10 @@
44
install_requires=[
45
'setuptools',
46
'requests >= 1.0',
47
- 'ruamel.yaml >= 0.12.4, < 0.12.5',
+ 'ruamel.yaml >= 0.12.4',
48
'rdflib >= 4.2.0, < 4.3.0',
49
'shellescape >= 3.4.1, < 3.5',
50
- 'schema-salad >= 2.1.20161221160224, < 3',
+ 'schema-salad >= 2.1.20161227191302, < 3',
51
'typing >= 3.5.2, < 3.6',
52
'cwltest >= 1.0.20160907111242',
53
'pathlib2 >= 2.1.0'
0 commit comments