build: pin exact version of mysqlclient (#31730)
This commit is contained in:
parent
8e9ebedfcf
commit
950073a27e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ dependencies = [
|
|||
"PyMySQL==1.1.1",
|
||||
"pypdf~=3.17.0",
|
||||
"PyPika==0.48.9",
|
||||
"mysqlclient~=2.2.7",
|
||||
"mysqlclient==2.2.7",
|
||||
"PyQRCode~=1.2.1",
|
||||
"PyYAML~=6.0.1",
|
||||
"RestrictedPython~=8.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue