summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 15:52:25 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:19:57 +0100
commite6c30193448fa9fea0cf4f90927bdbd83688429e (patch)
treeb837a9e1df308b0929537358bf8099795e7fef7a
parentf06225034ed7a553bd7b720c76c6d1538c3c4786 (diff)
downloadsemantic-version-e6c30193448fa9fea0cf4f90927bdbd83688429e.tar.gz
Restrict colorama on Python 3.4
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 799dba3..eb2e497 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,6 +45,8 @@ dev =
# Packaging
wheel
zest.releaser[recommended]
+ readme_renderer<25.0; python_version == "3.4"
+ colorama<=0.4.1; python_version == "3.4"
doc =
Sphinx