From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
Cc: | Girish Sontakke <girishsontakke7(at)gmail(dot)com>, pgsql-www(at)lists(dot)postgresql(dot)org |
Subject: | Re: Patch for pgarchives project |
Date: | 2022-03-28 20:41:41 |
Message-ID: | CABUevExDW4RdtUV76aAmB3uBdmhNb4XgWuCjkqdfnxYve4z-ag@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On Thu, Mar 24, 2022 at 3:22 PM Jonathan S. Katz <jkatz(at)postgresql(dot)org>
wrote:
> Hi,
>
> On 3/23/22 2:11 PM, Girish Sontakke wrote:
> > There is no requirements.txt file in pgarchives project
> > <https://github.com/postgres/pgarchives>. This type of file containing
> > dependencies for python projects can help beginners to get started. I am
> > attaching a patch for the issue.
>
> Thanks for doing this! I agree.
>
> I would need to double-check the dependencies, but otherwise this seems
> reasonable.
>
The dependencies are definitely wrong. I only took a very quick look, but
it specifies Django 3.0 which is incorrect since we use Django 3.2 (LTS).
Where did you come up with the list of versions?
(And yes, I agree that in general it makes sense to have such a list)
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Christofides | 2022-03-29 10:33:04 | Re: once more: documentation search indexing |
Previous Message | Emanuel Calvo | 2022-03-28 20:19:18 | Request to add Babelfish project to lists.postgresql.org |