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 bf24757 + 25f97ad commit 4be7f77Copy full SHA for 4be7f77
requirements.txt
@@ -1,5 +1,5 @@
1
typing==3.7.4 ; python_version < "3.5"
2
-ruamel.yaml>=0.12.4, <= 0.16
+ruamel.yaml>=0.12.4, <= 0.16.5
3
rdflib==4.2.2
4
rdflib-jsonld==0.4.0
5
mistune>=0.8.1,<0.9
setup.py
@@ -29,7 +29,7 @@
29
install_requires = [
30
'setuptools',
31
'requests >= 1.0',
32
- 'ruamel.yaml >= 0.12.4, <= 0.16',
+ 'ruamel.yaml >= 0.12.4, <= 0.16.5',
33
# once the minimum version for ruamel.yaml >= 0.15.99
34
# then please update the mypy targets in the Makefile
35
'rdflib >= 4.2.2, < 4.3.0',
0 commit comments