From 217eee97008db550c005cc2140510c957c7a52ef Mon Sep 17 00:00:00 2001 From: XieYu Date: Wed, 25 Sep 2024 10:48:10 +0800 Subject: [PATCH] =?UTF-8?q?ref=EF=BC=9A=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=B0postgresql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django/requirements.txt b/Django/requirements.txt index 051e278..1667e71 100644 --- a/Django/requirements.txt +++ b/Django/requirements.txt @@ -5,4 +5,4 @@ sqlparse==0.5.0 djangorestframework gunicorn Pillow -psycopg2 \ No newline at end of file +psycopg2-binary \ No newline at end of file