Skip to content

Commit

Permalink
bump ruamel version, put upper bound on ruamel in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 3d60033 commit b2a5a26
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.14.0
ruamel.yaml==0.15.2
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',
'ruamel.yaml >= 0.12.4, <= 0.15.2',
'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 b2a5a26

Please sign in to comment.