Skip to content

Commit

Permalink
Merge pull request #848 from fishtown-analytics/minimal-snowplow-tracker
Browse files Browse the repository at this point in the history
switch to minimal-snowplow-tracker
  • Loading branch information
cmcarthur authored Jul 19, 2018
2 parents 574d859 + 5579a30 commit c3c8243
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Add forward and backward graph edges to the JSON manifest file ([#762](https:/fishtown-analytics/dbt/pull/762))
- Add a 'dbt docs generate' command to generate a JSON catalog file ([#774](https:/fishtown-analytics/dbt/pull/774))
- Stop tracking `run_error` in tracking code ([#817](https:/fishtown-analytics/dbt/pull/817))
- Improved dependency selection, rip out some unused dependencies ([#848](https:/fishtown-analytics/dbt/pull/848))

## dbt 0.10.1 (May 18, 2018)

Expand Down
9 changes: 3 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
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
snowplow-tracker==0.7.2
celery==3.1.23
minimal-snowplow-tracker==0.0.1
snowflake-connector-python>=1.4.9
colorama==0.3.9
google-cloud-bigquery==0.29.0
requests>=2.18.0
requests>=2.18.0,<3
agate>=1.6,<2
jsonschema==2.6.0
boto3>=1.6.23
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ 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',
'requests>=2.18.0,<3',
'colorama==0.3.9',
'google-cloud-bigquery==0.29.0',
'agate>=1.6,<2',
Expand Down

0 comments on commit c3c8243

Please sign in to comment.