File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 24
24
service_account_key : ${{ secrets.GCP_SA_KEY }}
25
25
export_default_credentials : true
26
26
27
- - name : Install Google Sheets API client library
28
- run : pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client
27
+ - name : Install dependencies
28
+ run : pip install -r requirements.txt
29
29
30
30
- name : Update Google Sheets
31
31
env :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ greenlet==3.0.0
15
15
hyperlink == 21.0.0
16
16
idna == 3.4
17
17
incremental == 22.10.0
18
- ipython == 8.16.1
18
+ ipython == 8.17.2
19
19
itemadapter == 0.8.0
20
20
itemloaders == 1.1.0
21
21
jedi == 0.19.1
@@ -27,7 +27,7 @@ parsel==1.8.1
27
27
parso == 0.8.3
28
28
pexpect == 4.8.0
29
29
pickleshare == 0.7.5
30
- playwright == 1.39 .0
30
+ playwright == 1.40 .0
31
31
prompt-toolkit == 3.0.39
32
32
Protego == 0.3.0
33
33
ptyprocess == 0.7.0
@@ -43,15 +43,18 @@ queuelib==1.6.2
43
43
requests == 2.31.0
44
44
requests-file == 1.5.1
45
45
Scrapy == 2.11.0
46
- scrapy-playwright == 0.0.32
46
+ scrapy-playwright == 0.0.33
47
47
service-identity == 23.1.0
48
48
six == 1.16.0
49
49
stack-data == 0.6.3
50
50
tldextract == 5.0.1
51
51
traitlets == 5.11.2
52
- Twisted == 22 .10.0
52
+ Twisted == 23 .10.0
53
53
typing_extensions == 4.8.0
54
54
urllib3 == 2.0.7
55
55
w3lib == 2.1.2
56
56
wcwidth == 0.2.8
57
57
zope.interface == 6.1
58
+ pandas == 2.1.3
59
+ google-auth == 2.23.4
60
+ google-api-python-client == 2.108.0
You can’t perform that action at this time.
0 commit comments