From 35ed135c10a041dcdb06eb747fc40da45ea7c39a Mon Sep 17 00:00:00 2001
From: Lauri Himanen <lauri.himanen@aalto.fi>
Date: Fri, 2 Dec 2016 12:35:21 +0200
Subject: [PATCH] Added pyyaml as a dependency because the BigDFT parser needs
 it. I don't think there currently is a parser specific way to install
 dependencies, so I added it here.

---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index b3fa944..0546b93 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 future
-numpy 
+numpy
 cython
 Pint==0.7.2
 ase==3.12.0
@@ -7,3 +7,4 @@ setuptools
 scipy
 mdtraj==1.7.2
 pandas
+pyyaml
-- 
GitLab