Skip to content

Commit

Permalink
Merge pull request #214 from AKSW/feature/updateRequirementsTxt
Browse files Browse the repository at this point in the history
Update requirements.txt to use a patched rdflib
  • Loading branch information
splattater authored Dec 14, 2018
2 parents 3100641 + 5201686 commit 3e0af86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask-API>=0.6.4
pyyaml
rdflib>=4.2.2
git+https://github.com/white-gecko/rdflib@merge/forQuit#egg=rdflib
rfc3987
flask-cors
pygit2==0.27.2
Expand Down
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def testBlame(self):
self.assertEqual(
results['date']['datatype'], 'http://www.w3.org/2001/XMLSchema#dateTime'
)
self.assertEqual(results['date']['type'], 'typed-literal')
self.assertIn(results['date']['type'], ['typed-literal', 'literal'])

del results['date']

Expand Down

0 comments on commit 3e0af86

Please sign in to comment.