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.
pull/9740/head
Brian Daniels 2019-02-14 14:44:51 -06:00
parent da5719113c
commit 4956871269
1 changed files with 1 additions and 2 deletions

View File

@ -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