Skip to content

Commit

Permalink
setup and Pipfile switch to neurdflib
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Sep 29, 2018
1 parent 0162124 commit dc766c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "master"}
neurdflib = {git = "https://github.com/tgbugs/rdflib.git", editable = true, ref = "neurdflib"}
"e1839a8" = {path = ".", editable = true}

[dev-packages]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'psutil',
'pymysql',
'pyyaml',
'rdflib',
'neurdflib',
'requests',
'robobrowser',
'sqlalchemy',
Expand Down

0 comments on commit dc766c6

Please sign in to comment.