Re: beautifulsoup4, and Python 2.6

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: beautifulsoup4, and Python 2.6
Date: 2016-09-14 10:03:05
Message-ID: CA+OCxowuwFn0YvfAaxNPney9yYN5KZhwa5ory-_Z8_EubzdEFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Sep 14, 2016 at 10:32 AM, Devrim Gündüz <devrim(at)gunduz(dot)org> 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.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-14 10:08:13 pgAdmin 4 commit: Remove blank lines in the formatting of SELECT script
Previous Message Dave Page 2016-09-14 10:00:45 Re: [pgAdmin4][Patch]: RM1674 - Reverse engineered SQL for functions with default values is incorrect