mirror of https://github.com/ARMmbed/mbed-os.git
Fixed colorama Python package
Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled. All packages require <0.4.0, aka the latest 0.3.x patch release. :pull/8390/head
parent
19190d62d2
commit
7252618b08
|
@ -1,4 +1,4 @@
|
|||
colorama>=0.3.3
|
||||
colorama==0.3.9
|
||||
PySerial>=2.7
|
||||
PrettyTable>=0.7.2
|
||||
Jinja2>=2.7.3
|
||||
|
|
Loading…
Reference in New Issue