Skip to content

Commit 03d6734

Browse files
committed
fix: add missing packages for ontology import
Refs: #18
1 parent f906d15 commit 03d6734

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ install_requires =
5252
datamodel-code-generator==0.15.0
5353
mwclient
5454
mwparserfromhell
55+
rdflib
56+
PyLD
5557
SPARQLWrapper
5658
jsonpath-ng
5759
numpy
@@ -66,7 +68,6 @@ install_requires =
6668
scipy
6769
pysimplegui
6870

69-
7071
[options.packages.find]
7172
where = src
7273
exclude =

0 commit comments

Comments
 (0)