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 10023e7 commit 61d289dCopy full SHA for 61d289d
requirements.txt
@@ -1,5 +1,5 @@
1
requests>=2.4.3
2
-ruamel.yaml>=0.12.4,<=0.15.66
+ruamel.yaml>=0.12.4,<=0.15.51
3
rdflib>=4.2.2,<4.3
4
shellescape>=3.4.1,<3.5
5
schema-salad>=2.7.20180905124720,<3
setup.py
@@ -53,7 +53,7 @@
53
'setuptools',
54
'requests >= 2.6.1', # >= 2.6.1 to workaround
55
# https://github.com/ionrock/cachecontrol/issues/137
56
- 'ruamel.yaml >= 0.12.4, <= 0.15.66',
+ 'ruamel.yaml >= 0.12.4, <= 0.15.51',
57
'rdflib >= 4.2.2, < 4.3.0',
58
'shellescape >= 3.4.1, < 3.5',
59
'schema-salad >= 2.7.20180905124720, < 3',
0 commit comments