Skip to content

Commit

Permalink
add pandas to setup_requires list
Browse files Browse the repository at this point in the history
  • Loading branch information
mortada committed Mar 3, 2015
1 parent 7af6990 commit 9b21cf9
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 @@ -19,6 +19,7 @@
packages=['fredapi'],
platforms=["Any"],
install_requires=requires,
setup_requires=requires,
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit 9b21cf9

Please sign in to comment.