public inbox for [email protected]  
help / color / mirror / Atom feed
python-click dependency
5+ messages / 3 participants
[nested] [flat]

* python-click dependency
@ 2016-09-11 09:00 Devrim Gündüz <[email protected]>
  2016-09-11 09:18 ` Re: python-click dependency Dave Page <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Devrim Gündüz @ 2016-09-11 09:00 UTC (permalink / raw)
  To: pgadmin-hackers


Hi,

I think pgadmin4 depends on python-click, but I did not see it mentioned
anywhere. If so, can you please add it to requirements files, and also let me
know the minimum version required?

Thanks!
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: python-click dependency
  2016-09-11 09:00 python-click dependency Devrim Gündüz <[email protected]>
@ 2016-09-11 09:18 ` Dave Page <[email protected]>
  2016-09-11 09:27   ` Re: python-click dependency Ashesh Vashi <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Dave Page @ 2016-09-11 09:18 UTC (permalink / raw)
  To: Devrim Gündüz <[email protected]>; +Cc: pgadmin-hackers

I've never even heard of python-click before!

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

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

> On 11 Sep 2016, at 10:00, Devrim Gündüz <[email protected]> wrote:
> 
> 
> Hi,
> 
> I think pgadmin4 depends on python-click, but I did not see it mentioned
> anywhere. If so, can you please add it to requirements files, and also let me
> know the minimum version required?
> 
> Thanks!
> -- 
> Devrim GÜNDÜZ
> EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: python-click dependency
  2016-09-11 09:00 python-click dependency Devrim Gündüz <[email protected]>
  2016-09-11 09:18 ` Re: python-click dependency Dave Page <[email protected]>
@ 2016-09-11 09:27   ` Ashesh Vashi <[email protected]>
  2016-09-12 08:21     ` Re: python-click dependency Dave Page <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Ashesh Vashi @ 2016-09-11 09:27 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; pgadmin-hackers

It was added by new flask depndency.

On Sep 11, 2016 14:49, "Dave Page" <[email protected]> wrote:

> I've never even heard of python-click before!
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK:http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On 11 Sep 2016, at 10:00, Devrim Gündüz <[email protected]> wrote:
>
>
> Hi,
>
> I think pgadmin4 depends on python-click, but I did not see it mentioned
> anywhere. If so, can you please add it to requirements files, and also let
> me
> know the minimum version required?
>
> Thanks!
> --
> Devrim GÜNDÜZ
> EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR
>
>


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: python-click dependency
  2016-09-11 09:00 python-click dependency Devrim Gündüz <[email protected]>
  2016-09-11 09:18 ` Re: python-click dependency Dave Page <[email protected]>
  2016-09-11 09:27   ` Re: python-click dependency Ashesh Vashi <[email protected]>
@ 2016-09-12 08:21     ` Dave Page <[email protected]>
  2016-09-16 08:13       ` Re: python-click dependency Devrim Gündüz <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Dave Page @ 2016-09-12 08:21 UTC (permalink / raw)
  To: Ashesh Vashi <[email protected]>; +Cc: Devrim GÜNDÜZ <[email protected]>; pgadmin-hackers

Ah, OK - added to requirements.

On Sun, Sep 11, 2016 at 10:27 AM, Ashesh Vashi
<[email protected]> wrote:
> It was added by new flask depndency.
>
>
> On Sep 11, 2016 14:49, "Dave Page" <[email protected]> wrote:
>>
>> I've never even heard of python-click before!
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK:http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>> On 11 Sep 2016, at 10:00, Devrim Gündüz <[email protected]> wrote:
>>
>>
>> Hi,
>>
>> I think pgadmin4 depends on python-click, but I did not see it mentioned
>> anywhere. If so, can you please add it to requirements files, and also let
>> me
>> know the minimum version required?
>>
>> Thanks!
>> --
>> Devrim GÜNDÜZ
>> EnterpriseDB: http://www.enterprisedb.com
>> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
>> Twitter: @DevrimGunduz , @DevrimGunduzTR



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

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


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: python-click dependency
  2016-09-11 09:00 python-click dependency Devrim Gündüz <[email protected]>
  2016-09-11 09:18 ` Re: python-click dependency Dave Page <[email protected]>
  2016-09-11 09:27   ` Re: python-click dependency Ashesh Vashi <[email protected]>
  2016-09-12 08:21     ` Re: python-click dependency Dave Page <[email protected]>
@ 2016-09-16 08:13       ` Devrim Gündüz <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Devrim Gündüz @ 2016-09-16 08:13 UTC (permalink / raw)
  To: Dave Page <[email protected]>; Ashesh Vashi <[email protected]>; +Cc: pgadmin-hackers


Hi,

On Mon, 2016-09-12 at 09:21 +0100, Dave Page wrote:
> Ah, OK - added to requirements.

Thanks dude!

Cheers,
-- 
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR


Attachments:

  [application/pgp-signature] signature.asc (819B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2016-09-16 08:13 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 09:00 python-click dependency Devrim Gündüz <[email protected]>
2016-09-11 09:18 ` Dave Page <[email protected]>
2016-09-11 09:27   ` Ashesh Vashi <[email protected]>
2016-09-12 08:21     ` Dave Page <[email protected]>
2016-09-16 08:13       ` Devrim Gündüz <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox