Skip to content

Commit fc83f0a

Browse files
authored
Upgrade toolbelt (#340)
1 parent 8203b9c commit fc83f0a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/deploy_gcloud/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ inputs:
9090
runs:
9191
using: composite
9292
steps:
93-
- name: "Setup MySQL"
94-
run: |
95-
sudo apt-get update
96-
sudo apt-get install libmysqlclient-dev
97-
pip install mysqlclient==2.1.*
98-
shell: bash
99-
10093
- name: "Build"
10194
run: |
10295
pip install requests

generate_requirements.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
rapid_router_requirement,
2828
portal_requirement,
2929
common_requirement,
30-
"requests-toolbelt==0.9.*",
31-
"mysqlclient==2.1.*",
30+
"requests-toolbelt==1.0.0",
3231
"redis==5.2.0",
3332
"django-redis==5.4.0",
3433
"google-cloud-logging==1.*",

0 commit comments

Comments
 (0)