Re: [pgAdmin][RM5179] Add support for Python 3.8

2020-02-17 Thread Akshay Joshi
Thanks, patch applied. On Mon, Feb 17, 2020 at 1:24 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to make pgAdmin work on python 3.8. Changes include: > 1) Ugraded passlib==1.7.1 to passlib==1.7.2 > 2) Replace unmaintained Flask-Security w

[pgAdmin][RM5179] Add support for Python 3.8

2020-02-16 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to make pgAdmin work on python 3.8. Changes include: 1) Ugraded passlib==1.7.1 to passlib==1.7.2 2) Replace unmaintained Flask-Security with maintained Flask-Security-Too package, which is also compatible with python 3.8 3) Other compatibility code changes. Kindl