Skip to content

Commit

Permalink
Update to 1.6.0 (and update dependencies accordingly)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Nov 20, 2017
1 parent 3c4d5d2 commit 069b93a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.1.1" %}
{% set version = "1.6.0" %}

package:
name: google-cloud-storage
Expand All @@ -21,10 +21,11 @@ requirements:

run:
- python
- google-cloud-core >=0.24.1,<0.25dev
- google-auth >=1.0.0
- google-resumable-media ==0.0.2
- requests >=2.0.0
- google-cloud-core >=0.28.0,<0.29dev
- google-api-core >=0.1.1,<0.2.0dev
- google-auth >=1.2.0
- google-resumable-media >=0.3.1
- requests >=2.18.0

test:
imports:
Expand Down

0 comments on commit 069b93a

Please sign in to comment.