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
Cruz Monrreal II 2018-10-11 15:24:04 -05:00
parent 19190d62d2
commit 7252618b08
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
colorama>=0.3.3
colorama==0.3.9
PySerial>=2.7
PrettyTable>=0.7.2
Jinja2>=2.7.3