Skip to content

Commit

Permalink
adds pandas as extra for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami committed Nov 10, 2017
1 parent 4bc85fd commit 52a5e5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
'requests >= 2.18.0',
]

EXTRAS_REQUIREMENTS = {
'pandas': ['pandas >= 0.3.0'],
}

setup(
name='google-cloud-bigquery',
version='0.28.1.dev1',
Expand All @@ -69,5 +73,6 @@
],
packages=find_packages(exclude=('tests*',)),
install_requires=REQUIREMENTS,
extras_require=EXTRAS_REQUIREMENTS,
**SETUP_BASE
)

0 comments on commit 52a5e5f

Please sign in to comment.