changeset 516:108e02248dd8

fix requires line Ignore-this: 8114de3869e4da7d4eb26281d5c0826b
author drewp@bigasterisk.com
date Mon, 22 Apr 2019 23:34:42 -0700
parents 8e73f6e80242
children 243b5af89842
files lib/patchablegraph/setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py	Mon Apr 22 23:31:29 2019 -0700
+++ b/lib/patchablegraph/setup.py	Mon Apr 22 23:34:42 2019 -0700
@@ -8,7 +8,7 @@
     requires=[
         'cyclone',
         'twisted',
-        'rdflib-jsonld>=0.3',
+        'rdflib-jsonld(>=0.3)',
         'git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales',
         
         'https://projects.bigasterisk.com/rdfdb/rdfdb-0.1.0.tar.gz',