File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77from version import get_version
88from commands import setup_timeseries , build_messages
99
10- install_requires = ['six >= 1.8.0' , 'basho_erlastic >= 2.1.0 ' ]
11- requires = ['six(>=1.8.0)' , 'basho_erlastic(>= 2.1.0 )' ]
10+ install_requires = ['six >= 1.8.0' , 'basho_erlastic >= 2.1.1 ' ]
11+ requires = ['six(>=1.8.0)' , 'basho_erlastic(>= 2.1.1 )' ]
1212
13- if sys .version_info [0 :3 ] <= (2 , 7 , 9 ):
13+ if sys .version_info [:3 ] <= (2 , 7 , 9 ):
1414 install_requires .append ("pyOpenSSL >= 0.14" )
1515 requires .append ("pyOpenSSL(>=0.14)" )
1616
17- if sys .version_info [0 :3 ] <= (3 , 0 , 0 ):
17+ if sys .version_info [:3 ] <= (3 , 0 , 0 ):
1818 install_requires .append ('protobuf >=2.4.1, <2.7.0' )
1919 requires .append ('protobuf(>=2.4.1, <2.7.0)' )
2020else :
You can’t perform that action at this time.
0 commit comments