Skip to content

Commit

Permalink
pip: re-add sqlalchemy as a dependency (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseidl authored May 8, 2020
1 parent 703358b commit 1d8042f
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 @@ -11,6 +11,7 @@

install_requires = ['pyarrow == 0.15.0',
'thrift == 0.13.0',
'sqlalchemy >= 1.3',
'pandas >= 0.25,<0.26',
'packaging >= 20.0',
'requests >= 2.23.0',
Expand Down

0 comments on commit 1d8042f

Please sign in to comment.