| From 142bc3912ea9e1a4ecf4db0e2bec3049aa416464 Mon Sep 17 00:00:00 2001 |
| From: Alistair Francis <alistair.francis@wdc.com> |
| Date: Tue, 19 Mar 2019 13:32:54 -0700 |
| Subject: [PATCH 2/5] pip requirements: Remove ones installed by OE |
| |
| Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| Upstream-Status: Inappropriate [embedded specific] |
| --- |
| requirements.txt | 14 -------------- |
| test-requirements.txt | 1 - |
| 2 files changed, 15 deletions(-) |
| |
| diff --git a/requirements.txt b/requirements.txt |
| index 7e4faf48182..29536e990ac 100644 |
| --- a/requirements.txt |
| +++ b/requirements.txt |
| @@ -1,20 +1,10 @@ |
| -six==1.10.0 |
| -requests==2.20.0 |
| gTTS==2.0.3 |
| gTTS-token==1.1.3 |
| -PyAudio==0.2.11 |
| pyee==5.0.0 |
| SpeechRecognition==3.8.1 |
| -tornado==4.5.3 |
| websocket-client==0.54.0 |
| requests-futures==0.9.5 |
| -pyalsaaudio==0.8.2 |
| xmlrunner==1.7.7 |
| -pyserial==3.0 |
| -psutil==5.2.1 |
| -pocketsphinx==0.1.0 |
| -inflection==0.3.1 |
| -pillow==4.1.1 |
| python-dateutil==2.6.0 |
| pychromecast==0.7.7 |
| python-vlc==1.1.2 |
| @@ -26,10 +16,6 @@ msm==0.7.3 |
| msk==0.3.12 |
| adapt-parser==0.3.2 |
| padatious==0.4.6 |
| -fann2==1.0.7 |
| padaos==0.1.9 |
| precise-runner==0.2.1 |
| petact==0.1.2 |
| - |
| -# dev setup tools |
| -pep8==1.7.0 |
| diff --git a/test-requirements.txt b/test-requirements.txt |
| index 8ada8157c95..eb4e364a9b4 100644 |
| --- a/test-requirements.txt |
| +++ b/test-requirements.txt |
| @@ -1,6 +1,5 @@ |
| pep8==1.7.0 |
| coveralls==1.5.0 |
| -pytest==3.5.0 |
| pytest-cov==2.5.1 |
| cov-core==1.15.0 |
| mock==2.0.0 |
| -- |
| 2.21.0 |
| |