Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bk72K-0001IX-RJ for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:03:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bk72K-0005yr-4k for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:03:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bk727-0005kn-67 for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:03:11 +0000 Received: from mail-it0-x234.google.com ([2607:f8b0:4001:c0b::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bk723-0001LT-Jx for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:03:10 +0000 Received: by mail-it0-x234.google.com with SMTP id o3so36291832ita.1 for ; Wed, 14 Sep 2016 03:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=zJg0byr1sJVY1503lkC6JVpEBAt3enOZNfZvyZlXcmI=; b=BbJi/Hg/5cvPUH7X26hoGUhFTG7amdGxoUHvmIKh+CJqFbiOKfcx4UvYrzQJC5eqKj 97Jd4gyQrsLhJ8AfTjVsjW4Zy3TbuxArYiol9hrxF874Kh4skbwBeDBrAlGPQHFbnYib /USmYRvQfxH5mDDNRM+EUCCV1Dr5Qn+8n2sIhub+1mAU6e9vQ1EGna5ASvJdGOAClAnN 5Gc8WeCOVdlhxl1vwRFDCAttA/Qqy/sTjxcDfhnhq8x/jMmwxiily1CgKt03KpOrPiVQ z5fkwmdFFuyvrisJH22+RDn+0GNmgxdZhLdUHrBW2piYyVf3R8Tq9Ijwx8OaThF/ryWt 7rIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=zJg0byr1sJVY1503lkC6JVpEBAt3enOZNfZvyZlXcmI=; b=IC5DtedUCBcfkF9Skoo2ywhd1+E1urLiZtfVo15F9+C3/wpGBjDz54aPtDskoSVEZp 0UL2rDQsH5t2p6zGht+9f5FlcFsp7STbWD4B5hpDvnJTLvS2E+pJ9SehJNCD9aL549IZ prhpkF9hKCgeQz4hxXjI8dnXxXN2LsKxCBu6Z62ioHyoMUGKSbPPE1jVMHmsQgAP8lJa yWCjUfv/ahfEk4U1iK24v0aVrejM0y5abwfxtuZAQ8rgPhtMVcl2eCdWrwf4wj37p7qA GWDkrY29fdZ0iJnezuT8hZGGlNG9T40BplWGF3JBWyJz9ai/G+5G1xgKdFvdvrXyVf0k PRZA== X-Gm-Message-State: AE9vXwNDG+trgr+1f/vYxfrEcIGTrZJSSmtqAa2m0c77mr0LhUlczAYBceQQmuWmTd+zK4U/kMQOSrklppUtzw== X-Received: by 10.107.170.87 with SMTP id t84mr4435357ioe.87.1473847385928; Wed, 14 Sep 2016 03:03:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 14 Sep 2016 03:03:05 -0700 (PDT) In-Reply-To: <1473845543.13607.6.camel@gunduz.org> References: <1473800847.19561.4.camel@gunduz.org> <1473845543.13607.6.camel@gunduz.org> From: Dave Page Date: Wed, 14 Sep 2016 11:03:05 +0100 Message-ID: Subject: Re: beautifulsoup4, and Python 2.6 To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org On Wed, Sep 14, 2016 at 10:32 AM, Devrim G=C3=BCnd=C3=BCz wrote: > > Hi, > > On Wed, 2016-09-14 at 09:26 +0100, Dave Page wrote: > >> I think it's actually a dependency of something else, not a direct >> dependency of pgAdmin. > > It is listed both in requirements_py2.txt and requirements_py3.txt. Right - they do include indirect dependencies. Pip will just list everything that's installed when those files are generated; and that may include versions that are higher than are actually required in reality. --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers