Commit 06d5e11b authored by Spiros Koulouzis's avatar Spiros Koulouzis

added pyyaml

parent eb2ce238
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<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>
...@@ -137,7 +136,14 @@ ...@@ -137,7 +136,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1573140906501</updated> <updated>1573140906501</updated>
</task> </task>
<option name="localTasksCounter" value="5" /> <task id="LOCAL-00005" summary="added PyYAML">
<created>1573146383640</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1573146383640</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
...@@ -158,6 +164,7 @@ ...@@ -158,6 +164,7 @@
<MESSAGE value="added requrements file" /> <MESSAGE value="added requrements file" />
<MESSAGE value="removed matplotlib" /> <MESSAGE value="removed matplotlib" />
<MESSAGE value="added yaml" /> <MESSAGE value="added yaml" />
<option name="LAST_COMMIT_MESSAGE" value="added yaml" /> <MESSAGE value="added PyYAML" />
<option name="LAST_COMMIT_MESSAGE" value="added PyYAML" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -2,5 +2,5 @@ pika==1.1.0 ...@@ -2,5 +2,5 @@ pika==1.1.0
tosca-parser==1.6.0 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
# 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