HEADS-UP: pgAdmin Python requirements changes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: HEADS-UP: pgAdmin Python requirements changes
Date: 2017-02-26 09:10:26
Message-ID: CA+OCxoxz8ZPsWBvEhSnMfq=W3QX-TaeXN9O9Gwbb+f58X-9GQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I have just committed the following changes to pgAdmin 4. Anyone
running automated builds/tests or building packages may need to make
changes to their scripts:

- requirements_py2.txt and requirements_py3.txt are now merged into a
single requirements.txt file. This uses environment specifiers to
determine when to install (or not) some version-specific modules.

- The modules used purely for regression tests have been removed from
requirements.txt, and added to web/regression/requirements.txt.

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-26 09:14:27 pgAdmin 4 commit: Use the correct requirements file when building the P
Previous Message Dave Page 2017-02-26 09:06:22 pgAdmin 4 commit: Merge the Python 2 & 3 requirements files, and break