diff --git a/setup.py b/setup.py index c9bebcaf62751cb61085483a8154cfdc36001d7b..5da6be9033c4da65b6d4b26e2cc5d23a974c1029 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ setuptools.setup( "graphviz", "sparqlwrapper>=1.8.5", "owlrl", - "sparqlslurper @ git+https://github.com/rezacsedu/sparqlslurper.git" - "PyShEx @ git+https://github.com/rezacsedu/PyShEx.git" + "sparqlslurper @ git+ssh://github.com/rezacsedu/sparqlslurper.git" + "PyShEx @ git+ssh://github.com/rezacsedu/PyShEx.git" ], classifiers=[ "Programming Language :: Python :: 3",