Skip to content

Commit

Permalink
pin upper version of ruamel.yaml package
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 29, 2017
1 parent 4d1c3ff commit bde8dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing==3.5.3
avro-python3 ; python_version>="3"
avro==1.8.1 ; python_version<"3"
ruamel.yaml==0.15.2
ruamel.yaml>=0.12.4, <0.15
rdflib==4.2.2
rdflib-jsonld==0.4.0
mistune==0.7.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires = [
'setuptools',
'requests >= 1.0',
'ruamel.yaml >= 0.12.4, <= 0.15.2',
'ruamel.yaml >= 0.12.4, < 0.15',
'rdflib >= 4.2.2, < 4.3.0',
'rdflib-jsonld >= 0.3.0, < 0.5.0',
'mistune >= 0.7.3, < 0.8',
Expand Down

0 comments on commit bde8dfb

Please sign in to comment.