Skip to content

Commit

Permalink
reverted Pipfile change because the neurdflib branch has the wrong pa…
Browse files Browse the repository at this point in the history
…ckage name in setup.py
  • Loading branch information
tgbugs committed Sep 24, 2018
1 parent c8a467b commit 231e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "neurdflib"}
rdflib = {git = "https://github.com/tgbugs/rdflib.git", editable = true, ref = "master"}
"e1839a8" = {path = ".", editable = true}

[dev-packages]
Expand Down

0 comments on commit 231e8d9

Please sign in to comment.