From 942a40683060be45672eb4e5dc65917a60712307 Mon Sep 17 00:00:00 2001 From: Mahesh Jadhav Date: Thu, 20 Jun 2024 09:11:35 +0530 Subject: [PATCH] Updated requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19b6831..16c6afd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ Django==3.2.6 -psycopg2==2.9.2 +# psycopg2==2.9.2 Uncomment this and comment 'psycopg2-binary' if running on linux +psycopg2-binary pywin32-ctypes==0.2.0 sqlparse==0.4.1 gunicorn==20.1.0