Skip to content

Commit

Permalink
update requirements and sheets pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ceroberoz committed Aug 22, 2024
1 parent 9a1bfcb commit a53d199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true

- name: Install Google Sheets API client library
run: pip install google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client
- name: Install dependencies
run: pip install -r requirements.txt

- name: Update Google Sheets
env:
Expand Down
11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ greenlet==3.0.0
hyperlink==21.0.0
idna==3.4
incremental==22.10.0
ipython==8.16.1
ipython==8.17.2
itemadapter==0.8.0
itemloaders==1.1.0
jedi==0.19.1
Expand All @@ -27,7 +27,7 @@ parsel==1.8.1
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
playwright==1.39.0
playwright==1.40.0
prompt-toolkit==3.0.39
Protego==0.3.0
ptyprocess==0.7.0
Expand All @@ -43,15 +43,18 @@ queuelib==1.6.2
requests==2.31.0
requests-file==1.5.1
Scrapy==2.11.0
scrapy-playwright==0.0.32
scrapy-playwright==0.0.33
service-identity==23.1.0
six==1.16.0
stack-data==0.6.3
tldextract==5.0.1
traitlets==5.11.2
Twisted==22.10.0
Twisted==23.10.0
typing_extensions==4.8.0
urllib3==2.0.7
w3lib==2.1.2
wcwidth==0.2.8
zope.interface==6.1
pandas==2.1.3
google-auth==2.23.4
google-api-python-client==2.108.0

0 comments on commit a53d199

Please sign in to comment.