Mercurial > code > home > repos > homeauto
diff lib/patchablegraph/setup.py @ 1698:58f1877780b9
jsonld moved into rdflib 6.0.1
author | drewp@bigasterisk.com |
---|---|
date | Tue, 12 Oct 2021 20:18:54 -0700 |
parents | 02f876016f27 |
children | 411f5e013201 |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Tue Sep 28 00:32:16 2021 -0700 +++ b/lib/patchablegraph/setup.py Tue Oct 12 20:18:54 2021 -0700 @@ -8,7 +8,7 @@ install_requires=[ 'cyclone', 'twisted', - 'rdflib-jsonld >= 0.3', + 'rdflib >= 6.0.1', 'rdfdb >= 0.8.0', 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', 'cycloneerr',