From 8b49551457948e13ab93365051d778358f129019 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 14 May 2019 21:52:00 +0200 Subject: o Updating requirements. Fixing broken test. --- requirements.txt | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 6fb9de8..ae31e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,24 @@ # for development, see setup.py for production dependencies. ansicolors==1.1.8 -cachecontrol==0.12.5 +CacheControl==0.12.5 configclass==0.1.0 +generateDS==2.31.2 +Jinja2==2.10.1 +jupyter==1.0.0 lockfile==0.12.2 -lxml==4.2.3 -jinja2==2.10 -matplotlib==2.2.2 -mpmath==1.0.0 +lxml==4.3.3 +matplotlib==3.0.3 +mpmath==1.1.0 namedlist==1.7 -numpy==1.14.5 -pandas==0.23.3 -parsec==3.3 -Pillow==5.2.0 -pytest==3.6.3 -tox==3.1.2 +numpy==1.16.3 +pandas==0.24.2 +parsec==3.4 +Pillow==6.0.0 pyexcel==0.5.13 pyexcel-ods pyexcel-xls pyexcel-xlsx - -selenium==3.141.0 -generateds==2.30.11 +pytest==4.5.0 requests==2.21.0 - -# for development -jupyter==1.0.0 +selenium==3.141.0 +tox==3.10.0 -- cgit v1.2.3