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 3fbfd02 commit 5c110c9Copy full SHA for 5c110c9
requirements.txt
@@ -1,5 +1,5 @@
1
requests>=1.0
2
-ruamel.yaml==0.13.7
+ruamel.yaml<0.15
3
rdflib==4.2.2
4
rdflib-jsonld==0.4.0
5
shellescape==3.4.1
setup.py
@@ -54,7 +54,7 @@
54
install_requires=[
55
'setuptools',
56
'requests >= 1.0',
57
- 'ruamel.yaml >= 0.12.4',
+ 'ruamel.yaml >= 0.12.4, < 0.15',
58
'rdflib >= 4.2.2, < 4.3.0',
59
'shellescape >= 3.4.1, < 3.5',
60
'schema-salad >= 2.6, < 3',
0 commit comments