Brad Bishop | 34ae600 | 2019-04-08 15:21:03 -0400 | [diff] [blame] | 1 | From 142bc3912ea9e1a4ecf4db0e2bec3049aa416464 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alistair Francis <alistair.francis@wdc.com> |
| 3 | Date: Tue, 19 Mar 2019 13:32:54 -0700 |
| 4 | Subject: [PATCH 2/5] pip requirements: Remove ones installed by OE |
| 5 | |
| 6 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 7 | Upstream-Status: Inappropriate [embedded specific] |
| 8 | --- |
| 9 | requirements.txt | 14 -------------- |
| 10 | test-requirements.txt | 1 - |
| 11 | 2 files changed, 15 deletions(-) |
| 12 | |
| 13 | diff --git a/requirements.txt b/requirements.txt |
| 14 | index 7e4faf48182..29536e990ac 100644 |
| 15 | --- a/requirements.txt |
| 16 | +++ b/requirements.txt |
| 17 | @@ -1,20 +1,10 @@ |
| 18 | -six==1.10.0 |
| 19 | -requests==2.20.0 |
| 20 | gTTS==2.0.3 |
| 21 | gTTS-token==1.1.3 |
| 22 | -PyAudio==0.2.11 |
| 23 | pyee==5.0.0 |
| 24 | SpeechRecognition==3.8.1 |
| 25 | -tornado==4.5.3 |
| 26 | websocket-client==0.54.0 |
| 27 | requests-futures==0.9.5 |
| 28 | -pyalsaaudio==0.8.2 |
| 29 | xmlrunner==1.7.7 |
| 30 | -pyserial==3.0 |
| 31 | -psutil==5.2.1 |
| 32 | -pocketsphinx==0.1.0 |
| 33 | -inflection==0.3.1 |
| 34 | -pillow==4.1.1 |
| 35 | python-dateutil==2.6.0 |
| 36 | pychromecast==0.7.7 |
| 37 | python-vlc==1.1.2 |
| 38 | @@ -26,10 +16,6 @@ msm==0.7.3 |
| 39 | msk==0.3.12 |
| 40 | adapt-parser==0.3.2 |
| 41 | padatious==0.4.6 |
| 42 | -fann2==1.0.7 |
| 43 | padaos==0.1.9 |
| 44 | precise-runner==0.2.1 |
| 45 | petact==0.1.2 |
| 46 | - |
| 47 | -# dev setup tools |
| 48 | -pep8==1.7.0 |
| 49 | diff --git a/test-requirements.txt b/test-requirements.txt |
| 50 | index 8ada8157c95..eb4e364a9b4 100644 |
| 51 | --- a/test-requirements.txt |
| 52 | +++ b/test-requirements.txt |
| 53 | @@ -1,6 +1,5 @@ |
| 54 | pep8==1.7.0 |
| 55 | coveralls==1.5.0 |
| 56 | -pytest==3.5.0 |
| 57 | pytest-cov==2.5.1 |
| 58 | cov-core==1.15.0 |
| 59 | mock==2.0.0 |
| 60 | -- |
| 61 | 2.21.0 |
| 62 | |