File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sage-engine"
3
- version = " 2.2 .0"
4
- description = " Sage: a SPARQL query engine for public Linked Data providers "
3
+ version = " 2.3 .0"
4
+ description = " Sage: a preemptive SPARQL query engine for online Knowledge Graphs "
5
5
repository = " https://github.com/sage-org/sage-engine"
6
- authors = [ " Thomas Minier <tminier01@gmail.com>" ]
6
+ authors = [ " Thomas Minier <tminier01@gmail.com>" ,
7
+ " Julien Aimonier-Davat <julien.aimonier-davat@univ-nantes.fr>" ,
8
+ " Pascal Molli <pascal.molli@univ-nantes.fr>" ,
9
+ " Hala Skaf <hala.skaf@univ-nantes.fr>" ]
7
10
keywords = [ " rdf" , " sparql" , " query engine" ]
8
11
classifiers = [
9
12
" Topic :: Database :: Database Engines/Servers" ,
@@ -33,7 +36,7 @@ sage-hbase-init = "sage.cli.hbase:init_hbase"
33
36
sage-hbase-put = " sage.cli.hbase:put_hbase"
34
37
35
38
[tool .poetry .dependencies ]
36
- python = " 3.7.10 "
39
+ python = " ^ 3.7"
37
40
uvloop = " 0.15.2"
38
41
PyYAML = " 5.4.1"
39
42
rdflib = " 5.0.0"
You can’t perform that action at this time.
0 commit comments