From 4956871269019ac2e0162bc5a6c93cb6a3b57ae5 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Thu, 14 Feb 2019 14:44:51 -0600 Subject: [PATCH] Remove pyocd requirement and update icetea. Icetea depends on mbed-flasher. mbed-flasher recently released a version that drops the dependency on pyocd. Icetea released a version that uses this latest version of mbed-flasher. So now tht pyocd is no longer in our dependency tree, we can drop it here. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f6459351c0..de08793b17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,5 +20,4 @@ beautifulsoup4>=4,<=4.6.3 fuzzywuzzy>=0.11,<=0.17 pyelftools>=0.24,<=0.25 git+https://github.com/armmbed/manifest-tool.git@v1.4.6 -pyocd>=0.14,<0.15 -icetea>=1.0.2,<1.1 +icetea>=1.2.1,<1.3