Skip to content

Commit

Permalink
bump some deps (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed May 22, 2017
1 parent 66636ba commit 34d0e33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
install_requires=[
'Jinja2>=2.8',
'PyYAML>=3.11',
'psycopg2==2.6.2',
'sqlparse==0.1.19',
'psycopg2==2.7.1',
'sqlparse==0.2.3',
'networkx==1.11',
'csvkit==0.9.1',
'snowplow-tracker==0.7.2',
'celery==3.1.23',
'voluptuous==0.9.3',
'snowflake-connector-python==1.3.15',
'voluptuous==0.10.5',
'snowflake-connector-python==1.3.16',
],
)

0 comments on commit 34d0e33

Please sign in to comment.