Description: Soften versioned dependency of colorama
Author: Nick Morrott <nickm@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943516
Forwarded: not-needed
Last-Update: 2019-11-04
---
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
     test_suite = 'nose.collector',
     install_requires=[
         'setuptools',
-        'colorama>=0.3,<0.4',
+        'colorama>=0.3',
         'pyocd',
         'project_generator>=0.8.0',
         'pyelftools>=0.23',
