Fix behave-html-formatter py conditions 98/69998/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Apr 2020 20:23:12 +0000 (22:23 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Apr 2020 20:23:12 +0000 (22:23 +0200)
https://pypi.org/project/behave-html-formatter/0.9.4/

Change-Id: I3c7d6f043a7e1df1529cf31152ac09e871ccdd3f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
requirements.txt

index 3d583d5..2946f96 100644 (file)
@@ -8,7 +8,7 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' #
 requests!=2.20.0 # Apache-2.0
 robotframework>=3.0
 behave>=1.2.6
-behave-html-formatter>=0.9.4;python_version>='3.5'
+behave-html-formatter>=0.9.4;python_version>='3.6'
 mock # BSD
 PrettyTable<0.8 # BSD
 six # MIT