From df42e28558ba78ce6ded2291cbd4700dd44c5dd0 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 30 Jan 2019 17:39:50 +1100 Subject: [PATCH] Adding parse to requirements. Signed-off-by: Tim 'mithro' Ansell --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54e28725..4d2cab1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ futures intervaltree numpy +parse progressbar2 pyjson5 +pytest pyyaml scipy -sympy -yapf==0.24.0 -textx -pytest simplejson +sympy +textx +yapf==0.24.0