# Runtime requirements
--requirement requirements.txt

# Testing
pytest==2.8.2
pytest-cov==2.2.0
py==1.4.30
tox==2.2.1

# packages to support DB access
psycopg2==2.6.1
PyMySQL==0.6.7

# to access yahoo/quandl
requests==2.8.1

# to ouput pandas dataframes
pandas==0.17.0

# Documentation
Sphinx==1.3.1
sphinxcontrib-napoleon==0.4.3
ipyext==0.1.0
ipython==4.0.0

# Miscellaneous
Paver==1.2.4
bumpr==0.2.0
