From dc766c6a0460ea73ca00a61fad8667c1b81ee3b9 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Sat, 29 Sep 2018 03:00:34 -0700 Subject: [PATCH] setup and Pipfile switch to neurdflib --- Pipfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 5845d085..bc91d9aa 100644 --- a/Pipfile +++ b/Pipfile @@ -3,7 +3,7 @@ python_version = '3.6' # also works with pypy3 [packages] ontquery = {git = "https://github.com/tgbugs/ontquery.git", editable = true, ref = "master"} -rdflib = {git = "https://github.com/tgbugs/rdflib.git", editable = true, ref = "master"} +neurdflib = {git = "https://github.com/tgbugs/rdflib.git", editable = true, ref = "neurdflib"} "e1839a8" = {path = ".", editable = true} [dev-packages] diff --git a/setup.py b/setup.py index 6bc2181d..562ca7cd 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'psutil', 'pymysql', 'pyyaml', - 'rdflib', + 'neurdflib', 'requests', 'robobrowser', 'sqlalchemy',