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 1rMmaU-006bfu-V7 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 10:10:31 +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 1rMmaT-003xFr-BQ for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 10:10:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMmaT-003xFj-31 for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 10:10:29 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMmaM-000Ska-5u for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 10:10:27 +0000 Received: from github.com (hubbernetes-node-a77ae32.va3-iad.github.net [10.48.13.75]) by smtp.github.com (Postfix) with ESMTPA id 06EC0E0825 for ; Mon, 8 Jan 2024 02:10:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704708621; bh=12AjzJjNr11iRrjek2O2a2iAns81CZujyMfEsPuLUHI=; h=Date:From:To:Subject:From; b=PIsPlyi4NEL4nsXuBHwaGMLPymD03eULbXtw+kzJ3SOs0yrverYdLGX6qzIqanC2F sEGbRhVhPhrx+gv6Yeq2eumiXPVg27r8jrkENCRd3fjmyTZExJZfNWw51wazEA0o5M yjvJaMCxwdPNpkBP0bSUFjmO/aZIEVqiZTaChQfI= Date: Mon, 08 Jan 2024 02:10:21 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4ce65e: Added setuptools in the requirements for Python ve... 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: 4ce65ea77085977fca39773a8ea2d56d74d7a0c3 https://github.com/pgadmin-org/pgadmin4/commit/4ce65ea77085977fca39773a8ea2d56d74d7a0c3 Author: Akshay Joshi Date: 2024-01-08 (Mon, 08 Jan 2024) Changed paths: M requirements.txt Log Message: ----------- Added setuptools in the requirements for Python version >= 3.12