diff --git a/setup.py b/setup.py
index 14a7b42a69805ded96056cfe935b00cab5d6a1a0..c9bebcaf62751cb61085483a8154cfdc36001d7b 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"
-        "PyShEx @ git+https://github.com/rezacsedu/PyShEx"
+        "sparqlslurper @ git+https://github.com/rezacsedu/sparqlslurper.git"
+        "PyShEx @ git+https://github.com/rezacsedu/PyShEx.git"
     ],
     classifiers=[
         "Programming Language :: Python :: 3",