Skip to content

Commit a53d199

Browse files
committed
update requirements and sheets pipeline
1 parent 9a1bfcb commit a53d199

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/update-sheets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
service_account_key: ${{ secrets.GCP_SA_KEY }}
2525
export_default_credentials: true
2626

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
2929

3030
- name: Update Google Sheets
3131
env:

requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ greenlet==3.0.0
1515
hyperlink==21.0.0
1616
idna==3.4
1717
incremental==22.10.0
18-
ipython==8.16.1
18+
ipython==8.17.2
1919
itemadapter==0.8.0
2020
itemloaders==1.1.0
2121
jedi==0.19.1
@@ -27,7 +27,7 @@ parsel==1.8.1
2727
parso==0.8.3
2828
pexpect==4.8.0
2929
pickleshare==0.7.5
30-
playwright==1.39.0
30+
playwright==1.40.0
3131
prompt-toolkit==3.0.39
3232
Protego==0.3.0
3333
ptyprocess==0.7.0
@@ -43,15 +43,18 @@ queuelib==1.6.2
4343
requests==2.31.0
4444
requests-file==1.5.1
4545
Scrapy==2.11.0
46-
scrapy-playwright==0.0.32
46+
scrapy-playwright==0.0.33
4747
service-identity==23.1.0
4848
six==1.16.0
4949
stack-data==0.6.3
5050
tldextract==5.0.1
5151
traitlets==5.11.2
52-
Twisted==22.10.0
52+
Twisted==23.10.0
5353
typing_extensions==4.8.0
5454
urllib3==2.0.7
5555
w3lib==2.1.2
5656
wcwidth==0.2.8
5757
zope.interface==6.1
58+
pandas==2.1.3
59+
google-auth==2.23.4
60+
google-api-python-client==2.108.0

0 commit comments

Comments
 (0)