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 a5bbb36 commit a3ba891Copy full SHA for a3ba891
requirements.txt
@@ -2,7 +2,7 @@ typing==3.5.2.2 ; python_version>="2.7"
2
avro-python3 ; python_version>="3"
3
avro==1.8.1 ; python_version<"3"
4
pathlib2==2.1.0
5
-ruamel.yaml==0.12.4
+ruamel.yaml==0.13.7
6
rdflib==4.2.1
7
rdflib-jsonld==0.4.0
8
html5lib==0.9999999
setup.py
@@ -30,7 +30,7 @@
30
install_requires = [
31
'setuptools',
32
'requests >= 1.0',
33
- 'ruamel.yaml >= 0.12.4, < 0.12.5',
+ 'ruamel.yaml >= 0.12.4',
34
'rdflib >= 4.2.0, < 4.3.0',
35
'rdflib-jsonld >= 0.3.0, < 0.5.0',
36
'mistune >= 0.7.3, < 0.8',
0 commit comments