Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoIVZ-000mx1-DQ for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 07:10:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qoIVX-009wXY-Ba for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 07:10:52 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoIVX-009wXM-3Q for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 07:10:52 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoIVV-00083n-6y for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 07:10:51 +0000 Received: from github.com (hubbernetes-node-a681ee7.ash1-iad.github.net [10.56.14.80]) by smtp.github.com (Postfix) with ESMTPA id A32F33410E1 for ; Thu, 5 Oct 2023 00:10:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696489847; bh=Fk85URz/ijp2Yb/RSrTv/Sd+fZAHsrVfg9GhDgKlFfg=; h=Date:From:To:Subject:From; b=XAHH109DFmKw6fjgG+XSscJs1F/hhhdIFiOADg817AZmIk5i0MjaiWgNny67FqqT+ dD4b6/u8QI5XTGTfaJeEd5TIrxd+A6nVcSebHUVy1/vS5nLIqAbmlHxLGOfvmh5bEj Vk4VLC9BBQqdLYomN0AuMkj8gFaH1y6xum9e4c9s= Date: Thu, 05 Oct 2023 00:10:47 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 078a95: Remove the Pillow dependency completely. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 078a959e3d132a2e7bc63c5c8d630d6cf0a259c9 https://github.com/pgadmin-org/pgadmin4/commit/078a959e3d132a2e7bc63c5c8d630d6cf0a259c9 Author: Aditya Toshniwal Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M requirements.txt M web/pgadmin/authenticate/mfa/authenticator.py Log Message: ----------- Remove the Pillow dependency completely.