Commit 5df0b2e0 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added tosca-parser

parent 06d5e11b
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<list default="true" id="e478ccae-5352-4e8e-9efb-3f5cda44e877" name="Default Changelist" comment=""> <list default="true" id="e478ccae-5352-4e8e-9efb-3f5cda44e877" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/../.jenkins_pipeline.kate-swp" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../.jenkins_pipeline.kate-swp" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/../drip-manager/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../drip-manager/pom.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../drip-manager/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../drip-manager/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" /> <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../jenkins_pipeline" beforeDir="false" afterPath="$PROJECT_DIR$/../jenkins_pipeline" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../jenkins_pipeline" beforeDir="false" afterPath="$PROJECT_DIR$/../jenkins_pipeline" afterDir="false" />
</list> </list>
...@@ -143,7 +144,14 @@ ...@@ -143,7 +144,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1573146383640</updated> <updated>1573146383640</updated>
</task> </task>
<option name="localTasksCounter" value="6" /> <task id="LOCAL-00006" summary="added pyyaml">
<created>1573146558882</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1573146558882</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
...@@ -165,6 +173,7 @@ ...@@ -165,6 +173,7 @@
<MESSAGE value="removed matplotlib" /> <MESSAGE value="removed matplotlib" />
<MESSAGE value="added yaml" /> <MESSAGE value="added yaml" />
<MESSAGE value="added PyYAML" /> <MESSAGE value="added PyYAML" />
<option name="LAST_COMMIT_MESSAGE" value="added PyYAML" /> <MESSAGE value="added pyyaml" />
<option name="LAST_COMMIT_MESSAGE" value="added pyyaml" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -3,4 +3,5 @@ tosca-parser==1.6.0 ...@@ -3,4 +3,5 @@ tosca-parser==1.6.0
names==0.3.0 names==0.3.0
networkx==2.4 networkx==2.4
pyyaml==5.1.2 pyyaml==5.1.2
tosca-parser ==1.6.1
# matplotlib==3.1.1 # matplotlib==3.1.1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment