Skip to content

Commit

Permalink
Add six to install_requires.
Browse files Browse the repository at this point in the history
snowdialect.py requires six 1.4.0 or later becaue it uses six.moves.urllib_parse.unquote_plus.
  • Loading branch information
masamitsu-murase committed Jun 4, 2022
1 parent 3f7ed9e commit a0fce8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
install_requires=[
'sqlalchemy<2.0.0,>=1.4.0',
'snowflake-connector-python<3.0.0', # Keep in sync with extras dependency
'six>=1.4.0',
],
packages=[
'snowflake.sqlalchemy',
Expand Down

0 comments on commit a0fce8c

Please sign in to comment.