Update requirements.txt to specify mysqlclient version and add Jinja2 and MarkupSafe dependencies
This commit is contained in:
+3
-1
@@ -1,4 +1,3 @@
|
|||||||
mysqlclient>=2.2.0
|
|
||||||
amqp==5.3.1
|
amqp==5.3.1
|
||||||
asgiref==3.11.0
|
asgiref==3.11.0
|
||||||
billiard==4.2.4
|
billiard==4.2.4
|
||||||
@@ -18,8 +17,10 @@ django-redis==5.4.0
|
|||||||
django_compressor==4.6.0
|
django_compressor==4.6.0
|
||||||
gunicorn==25.1.0
|
gunicorn==25.1.0
|
||||||
idna==3.11
|
idna==3.11
|
||||||
|
Jinja2==3.1.6
|
||||||
kombu==5.6.2
|
kombu==5.6.2
|
||||||
libsass==0.23.0
|
libsass==0.23.0
|
||||||
|
MarkupSafe==3.0.3
|
||||||
packaging==26.0
|
packaging==26.0
|
||||||
paypalrestsdk==1.13.3
|
paypalrestsdk==1.13.3
|
||||||
pillow==12.1.0
|
pillow==12.1.0
|
||||||
@@ -41,3 +42,4 @@ urllib3==2.6.3
|
|||||||
vine==5.1.0
|
vine==5.1.0
|
||||||
wcwidth==0.6.0
|
wcwidth==0.6.0
|
||||||
whitenoise==6.12.0
|
whitenoise==6.12.0
|
||||||
|
mysqlclient
|
||||||
Reference in New Issue
Block a user