Skip to content

Commit

Permalink
Update requirements reflecting we're now on django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed May 8, 2024
1 parent 8169f72 commit a92b26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/dev_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ So, you're ready to contribute to pgweb, and you want to set up a
local working copy of the website code, so you have something to work
with. Here's a quick step-by-step on how to do that:

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

You will also need a few other dependencies, see the
`requirements.txt` in the root directory.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=3.2,<3.3
Django>=4.2,<4.3
psycopg2==2.8.5
pycryptodomex>=3.4.7,<3.5
Markdown==3.0.1
Expand Down

0 comments on commit a92b26c

Please sign in to comment.