From e616f4c03d0e9addcdbbb63be20e39eafd79a66b Mon Sep 17 00:00:00 2001 From: Yash Suhagiya <54718565+yashsuhagiya@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:47:08 +0000 Subject: [PATCH] install: urllib3 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7e3001b..658ee27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ pycryptodome social-auth-app-django social-auth-core psycopg2-binary~=2.9.3 +urllib3==1.26.6