Skip to content

Commit

Permalink
bump snowflake, remove pyasn1 (#570)
Browse files Browse the repository at this point in the history
* bump snowflake, remove pyasn1

* change requirements.txt
  • Loading branch information
cmcarthur authored and drewbanin committed Oct 23, 2017
1 parent a552e3a commit fdf4a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ csvkit==0.9.1
snowplow-tracker==0.7.2
celery==3.1.23
voluptuous==0.10.5
snowflake-connector-python==1.4.0
snowflake-connector-python==1.4.9
colorama==0.3.9
google-cloud-bigquery==0.26.0
pyasn1==0.2.3
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
'snowplow-tracker==0.7.2',
'celery==3.1.23',
'voluptuous==0.10.5',
'snowflake-connector-python>=1.3.16',
'snowflake-connector-python>=1.4.9',
'colorama==0.3.9',
'google-cloud-bigquery==0.26.0',
'pyasn1==0.2.3',
]
)

0 comments on commit fdf4a42

Please sign in to comment.