Skip to content

Commit

Permalink
Upgrade boto
Browse files Browse the repository at this point in the history
  • Loading branch information
sb2nov committed Jul 3, 2015
1 parent c1b25ae commit 82c2055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Setup file for installation of the dataduct code
"""
from setuptools import setup
from setuptools import find_packages
from setuptools import setup

from dataduct import __version__ as version

Expand All @@ -20,7 +20,7 @@
license='Apache License 2.0',
description='DataPipeline for Humans',
install_requires=[
'boto>=2.34',
'boto>=2.38',
'PyYAML',
'pandas',
'psycopg2',
Expand Down

0 comments on commit 82c2055

Please sign in to comment.