Skip to content

Commit a92b26c

Browse files
committed
Update requirements reflecting we're now on django 4.2
1 parent 8169f72 commit a92b26c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dev_install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ So, you're ready to contribute to pgweb, and you want to set up a
55
local working copy of the website code, so you have something to work
66
with. Here's a quick step-by-step on how to do that:
77

8-
#. Make sure you have downloaded and installed django *version 3.2*,
9-
and python 3 (tested with version 3.7).
8+
#. Make sure you have downloaded and installed django *version 4.2*,
9+
and python 3 (tested with version 3.9).
1010

1111
You will also need a few other dependencies, see the
1212
`requirements.txt` in the root directory.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=3.2,<3.3
1+
Django>=4.2,<4.3
22
psycopg2==2.8.5
33
pycryptodomex>=3.4.7,<3.5
44
Markdown==3.0.1

0 commit comments

Comments
 (0)