Skip to content

Commit

Permalink
added dependencies to requirements and empty line to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
JaFeKl committed Oct 5, 2024
1 parent cdcde2e commit dd58cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion basyx/aas/adapter/rdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
:class:`ObjectStore <basyx.aas.model.provider.AbstractObjectStore>` to a given file.
"""

from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file
from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Werkzeug>=3.0.3,<4
schemathesis~=3.7
hypothesis~=6.13
lxml-stubs~=0.5.1
rdflib~=7.0.0
pyshacl~=0.26.0

0 comments on commit dd58cb7

Please sign in to comment.