Skip to content

Commit

Permalink
add version for all required things
Browse files Browse the repository at this point in the history
  • Loading branch information
darinyu-coursera committed Nov 10, 2015
1 parent 623339f commit 27baef8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions setup.py
Expand Up @@ -20,15 +20,14 @@
license='Apache License 2.0',
description='DataPipeline for Humans',
install_requires=[
'boto>=2.38',
'PyYAML',
'pandas',
'psycopg2>=2.5',
'pytimeparse',
'MySQL-python',
'pyparsing',
'testfixtures',
'sphinx_rtd_theme'
'boto>=2.33',
'MySQL-python>=1.2.5',
'pandas>=0.16.2',
'psycopg2>=2.6',
'pyparsing>=1.5.6',
'pytimeparse>=1.1.4',
'PyYAML>=3.11',
'testfixtures>=4.1.2'
],
scripts=['bin/dataduct'],
classifiers=[
Expand Down

0 comments on commit 27baef8

Please sign in to comment.