Skip to content

Commit 343620d

Browse files
committed
fix issu in mysqlclient
1 parent 80fb6fb commit 343620d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ netifaces==0.11.0
3333
paramiko==3.3.1
3434
ping3==4.0.4
3535
psutil==5.9.5
36-
pymysql
36+
pymysql==1.1.0
3737
python-dateutil==2.8.2
3838
python-dotenv==1.0.0
3939
python-redis-cache==3.0
@@ -61,5 +61,5 @@ flask-apispec==0.11.4
6161

6262

6363
bjoern==3.2.2
64-
mysqlclient==2.2.1
64+
mysqlclient<=2.2.4
6565
fastenumplus==1.4.0

0 commit comments

Comments
 (0)