Skip to content

Commit dd58cb7

Browse files
committed
added dependencies to requirements and empty line to __init__
1 parent cdcde2e commit dd58cb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

basyx/aas/adapter/rdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
:class:`ObjectStore <basyx.aas.model.provider.AbstractObjectStore>` to a given file.
88
"""
99

10-
from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file
10+
from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Werkzeug>=3.0.3,<4
88
schemathesis~=3.7
99
hypothesis~=6.13
1010
lxml-stubs~=0.5.1
11+
rdflib~=7.0.0
12+
pyshacl~=0.26.0

0 commit comments

Comments
 (0)