Skip to content

Commit 98f0ada

Browse files
authored
Merge pull request wireservice#661 from jpmckinney/six
Bump six to the minimum version with python_2_unicode_compatible
2 parents 4601a1b + c4ab9f1 commit 98f0ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
install_requires = [
6-
'six>=1.6.1',
6+
'six>=1.9.0',
77
'pytimeparse>=1.1.5',
88
'parsedatetime>=2.1',
99
'Babel>=2.0',

0 commit comments

Comments
 (0)