From d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 3 Sep 2017 11:21:17 +0200 Subject: o Adding tools to download facts about parts from Digi-Key. --- requirements.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 627079e..22e94b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,18 @@ -sympy==1.0 +ansicolors==1.1.8 +cachecontrol==0.12.3 +lockfile==0.12.2 +lxml==3.8.0 +matplotlib==2.0.2 mpmath==0.19 +mypy==0.521; python_version >= '3.0' numpy==1.13.1 -parsec==3.3 -matplotlib==2.0.2 pandas==0.20.3 +parsec==3.3 Pillow==4.2.1 pytest==3.2.0 - -mypy==0.521; python_version >= '3.0' +pyyaml==3.12 +sympy==1.0 +typing==3.6.2; python_version < '3.0' # for development jupyter==1.0.0 -- cgit v1.2.3