Skip to content

Commit a0fce8c

Browse files
Add six to install_requires.
snowdialect.py requires six 1.4.0 or later becaue it uses six.moves.urllib_parse.unquote_plus.
1 parent 3f7ed9e commit a0fce8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
install_requires=[
3636
'sqlalchemy<2.0.0,>=1.4.0',
3737
'snowflake-connector-python<3.0.0', # Keep in sync with extras dependency
38+
'six>=1.4.0',
3839
],
3940
packages=[
4041
'snowflake.sqlalchemy',

0 commit comments

Comments
 (0)