From f39dc8f7461e89c0d002a2a2ee7e8709b996b02a Mon Sep 17 00:00:00 2001 From: Md Rezaul Karim <rezaul.karim@fit.fraunhofer.de> Date: Thu, 14 Oct 2021 23:53:43 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05d7271..14a7b42 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,9 @@ setuptools.setup( "ipython>=7.0.0", "graphviz", "sparqlwrapper>=1.8.5", - "owlrl" + "owlrl", + "sparqlslurper @ git+https://github.com/rezacsedu/sparqlslurper" + "PyShEx @ git+https://github.com/rezacsedu/PyShEx" ], classifiers=[ "Programming Language :: Python :: 3", -- GitLab