Skip to content

Commit

Permalink
Merge pull request #58 from InfuseAI/feature/sc-26187/remove-the-snow…
Browse files Browse the repository at this point in the history
…flake-and-postgres-dependency

remove connector dependencies
  • Loading branch information
popcornylu authored May 31, 2022
2 parents 8ec6b57 + 3c8ff33 commit 6c7ac91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def _get_version():
install_requires=[
'ruamel.yaml',
'sqlalchemy',
'snowflake-sqlalchemy',
# 'snowflake-sqlalchemy',
# you need a postgres for m1 to install psycopg2 ^^"
'psycopg2-binary',
# 'psycopg2-binary',
'rich',
'click',
'python-dateutil',
Expand Down

0 comments on commit 6c7ac91

Please sign in to comment.