Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjMUP-0001ZR-CI for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 08:21:17 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bjMUO-0008NN-V3 for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 08:21:16 +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 1bjMUO-0008ND-Ku for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 08:21:16 +0000 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bjMUL-0006V6-20 for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 08:21:16 +0000 Received: by mail-oi0-x236.google.com with SMTP id q188so182444810oia.3 for ; Mon, 12 Sep 2016 01:21:12 -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=bAKqfxXeXUqAfm8DbFTp3i20iBc6fLck4nHF3lkgT6U=; b=QU/nwZE7RIJdTp5+oekjKufGK9kg3suFJgGqzY1U1OQz04Jh3HyVeVjoh9plk1hDpV eDYQn7yvUEB0waKH2DRMH0vu5g04bPnz9JTaw5Xf6LdbbvGRa02eH4KTnzYMXGI/x/wc GRILyQtkXD85PTfSPhL2XN1OZBY/+E4FAT/KD6elCt+xtQPl0056OskHhrzgQ79LRzQ8 aAZvIEGcRKBk0xh3swpstUC9frueKbuM9of1rRmdoiHT65dxI+vDt1mvzWliwkxP83sD adBA6y7JIKzb4aN4R830pmQz9EvfoeITDOcnzHOA5etvqWVmeoAXvoUPbPQ3jXLN8gkO is7g== 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=bAKqfxXeXUqAfm8DbFTp3i20iBc6fLck4nHF3lkgT6U=; b=Oj4L8xuOWW503Q/5Dy4+S7WbHPxX4iGJsBUWX4Phs8r4OtiJJR1sR434BuK1F6rmlA Nc+/IUQuZBEIOsMuRGLfjF1PiB8KJNhtY4QsF0Nr1FjGjCWC41SnznRUC66j+cPiXPKh Geq6uVv/+sKJmnMbqT3rNfvRrdPex4DXU+M4Zapta+4WTSvxo1YbYVoF3j5N9nt50QoN XRJHLU86cIX5svyDtctysUkUNZeoRwdliJHqUkzYCbnY16lfEEI6iD4FqT4enFDd9tHm lZWkTNcZFRF1Iv6aevAVkkxe9TNmY1xOUuXusNyB94q3LFCvRjYmOw/o8xFH/sfIgyKW 759g== X-Gm-Message-State: AE9vXwMREySlS8EbOpSeZxOeKp/1hxUsUcgneqdZfy2h/F0Qp2CI9qtFe11NRoBuH9sHYxraGFnAZ5Pvwqzy7g== X-Received: by 10.202.221.194 with SMTP id u185mr20995848oig.99.1473668470226; Mon, 12 Sep 2016 01:21:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 12 Sep 2016 01:21:09 -0700 (PDT) In-Reply-To: References: <1473584458.10133.7.camel@gunduz.org> From: Dave Page Date: Mon, 12 Sep 2016 09:21:09 +0100 Message-ID: Subject: Re: python-click dependency To: Ashesh Vashi Cc: =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= , 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 Ah, OK - added to requirements. On Sun, Sep 11, 2016 at 10:27 AM, Ashesh Vashi wrote: > It was added by new flask depndency. > > > On Sep 11, 2016 14:49, "Dave Page" 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=C3=BCnd=C3=BCz wr= ote: >> >> >> 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 l= et >> me >> know the minimum version required? >> >> Thanks! >> -- >> Devrim G=C3=9CND=C3=9CZ >> EnterpriseDB: http://www.enterprisedb.com >> PostgreSQL Dan=C4=B1=C5=9Fman=C4=B1/Consultant, Red Hat Certified Engine= er >> Twitter: @DevrimGunduz , @DevrimGunduzTR --=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