Skip to content

Commit e42e95b

Browse files
committed
Fix: m2 맥북에서 mysqlclient 다운로드 하지 못하는 버그 수정
1 parent 9665fae commit e42e95b

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
@@ -10,7 +10,7 @@ djangorestframework==3.14.0
1010
djangorestframework-simplejwt==5.2.2
1111
Markdown==3.4.1
1212
mysql-connector-python==8.0.32
13-
mysqlclient==2.1.1
13+
mysqlclient==2.2.4
1414
sqlparse==0.4.3
1515
tzdata==2022.7
1616
sorl-thumbnail==12.9.0
@@ -24,4 +24,4 @@ jsons==1.6.3
2424
django-cors-headers==3.14.0
2525
requests==2.28.2
2626
PyFunctional==1.4.3
27-
pymysql==1.0.3
27+
pymysql==1.0.3

0 commit comments

Comments
 (0)