Skip to content

Commit 5f63f87

Browse files
committed
updated README.md
1 parent 9fdcc09 commit 5f63f87

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Google Cloud Storage Python SDK Tutorial
22

3-
![Python](https://img.shields.io/badge/Python-v3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=2e3440)
4-
![Google Cloud Storage](https://img.shields.io/badge/Google--Cloud--Storage-v1.16.1-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=2e3440)
5-
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=2e3440&colorB=a3be8c)
6-
[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=2e3440&colorB=ebcb8b)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/issues)
7-
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorB=ebcb8b&colorA=2e3440)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/stargazers)
8-
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=2e3440&colorB=ebcb8b)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/network)
3+
![Python](https://img.shields.io/badge/Python-v3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
4+
![Google Cloud Storage](https://img.shields.io/badge/Google--Cloud--Storage-v1.16.1-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
5+
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c)
6+
[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/issues)
7+
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/stargazers)
8+
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/googlecloud-storage-tutorial/network)
99

10-
Source for the accompanying tutorial: <https://hackersandslackers.com/getting-started-google-big-query-python/>
10+
Source for the accompanying tutorial: <https://hackersandslackers.com/manage-files-in-google-cloud-storage-with-python/>

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cachetools==3.1.1
2-
certifi==2019.3.9
2+
certifi==2019.6.16
33
chardet==3.0.4
4-
google-api-core==1.11.1
4+
google-api-core==1.12.0
55
google-auth==1.6.3
6-
google-cloud-core==1.0.1
6+
google-cloud-core==1.0.2
77
google-cloud-storage==1.16.1
88
google-resumable-media==0.3.2
99
googleapis-common-protos==1.6.0

0 commit comments

Comments
 (0)