From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: pgAdmin 4 commit: Fix requirements for Python 2.6. |
Date: | 2018-04-04 13:21:11 |
Message-ID: | CA+OCxoyLZFNm_6y57Mc8cR7jyQ3b=rDFKNrD+rM2EMiQt2jk+g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Already on it. Unfortunately this is being fine-tuned through the test
infrastructure, as my Python 2.6 installation is exhibiting some weird
behaviour.
On Wed, Apr 4, 2018 at 2:15 PM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
wrote:
> Hi,
>
> Do we really require "*Flask-Security" *package to mentioned multiple
> times for different python version. If not, we should remove it from one
> place.
>
> I am getting below error while running "pip install -r requirements.txt".
>
> *Double requirement given: Flask-Security>=3.0.0 (from -r
> ../../requirements.txt (line 40)) (already in Flask-Security==3.0.0 (from
> -r ../../requirements.txt (line 15)), name='Flask-Security')*
>
> Thanks,
> Neel Patel
>
> On Wed, Apr 4, 2018 at 4:56 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> Fix requirements for Python 2.6.
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdif
>> f;h=b7c86da58605a7e9f474b1a9f4508d9bfc0bdff6
>> Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
>>
>> Modified Files
>> --------------
>> pkg/pip/setup_pip.py | 12 +++++++++---
>> requirements.txt | 35 +++++++++++++++++++++++++----------
>> web/regression/requirements.txt | 16 ++++++++++++++--
>> 3 files changed, 48 insertions(+), 15 deletions(-)
>>
>>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | pgAdmin 4 Jenkins | 2018-04-04 13:28:49 | Jenkins build is back to normal : pgadmin4-master-python36 #553 |
Previous Message | Dave Page | 2018-04-04 13:17:50 | pgAdmin 4 commit: Cleanup some duplication in the requirements. |