Skip to content

Commit 4956871

Browse files
committed
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.
1 parent da57191 commit 4956871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ beautifulsoup4>=4,<=4.6.3
2020
fuzzywuzzy>=0.11,<=0.17
2121
pyelftools>=0.24,<=0.25
2222
git+https://github.com/armmbed/[email protected]
23-
pyocd>=0.14,<0.15
24-
icetea>=1.0.2,<1.1
23+
icetea>=1.2.1,<1.3

0 commit comments

Comments
 (0)