Skip to content

Commit

Permalink
update lots of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Jul 18, 2018
1 parent 6bf8028 commit 9d8275c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
argparse>=1.2.1
Jinja2>=2.8
pytz==2017.2
PyYAML>=3.11
psycopg2==2.7.5
psycopg2>=2.7.5,<2.8
sqlparse==0.2.3
networkx==1.11
minimal-snowplow-tracker==0.0.1
celery==3.1.23
snowflake-connector-python>=1.4.9
colorama==0.3.9
google-cloud-bigquery==0.29.0
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ def read(fname):
],
install_requires=[
'Jinja2>=2.8',
'pytz==2017.2',
'PyYAML>=3.11',
'psycopg2==2.7.5',
'psycopg2>=2.7.5,<2.8',
'sqlparse==0.2.3',
'networkx==1.11',
'snowplow-tracker==0.7.2',
'celery==3.1.23',
'minimal-snowplow-tracker==0.0.1',
'snowflake-connector-python>=1.4.9',
'requests>=2.18.0',
'colorama==0.3.9',
Expand Down

0 comments on commit 9d8275c

Please sign in to comment.