diff --git a/.gitignore b/.gitignore index 483116fc..de040dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ api/dbFiles *.lock *.db *.xml -*.txt *.ttl *.jar *.rdf diff --git a/Modules/IntentSpecification2WorkflowGenerator/requirements.txt b/Modules/IntentSpecification2WorkflowGenerator/requirements.txt new file mode 100644 index 00000000..218654d1 --- /dev/null +++ b/Modules/IntentSpecification2WorkflowGenerator/requirements.txt @@ -0,0 +1,20 @@ +# Core +rdflib +owlrl +pyshacl @ https://github.com/dtim-upc/pySHACL/releases/download/0.23.0/pyshacl-0.23.0-py3-none-any.whl +tqdm +rdflib-jsonld + +# Annotator +pandas + +# Experiments +natsort + +# Demo +flask +flask_cors + +# Others +requests +setuptools \ No newline at end of file