From 55124c8c2187df1ef3e7bd0fe432b6b6c4573276 Mon Sep 17 00:00:00 2001
From: Johannes Schriewer <hallo@dunkelstern.de>
Date: Tue, 26 Dec 2023 01:47:51 +0100
Subject: [PATCH] Update Readme to reflect current requirements

---
 Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index 8222e5f..8d56d6c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,12 +15,12 @@ As configured by default you will need the following:
 
 - A postgres database named `inventory` with a postgres user `inventory` that
   may connect without password or by default with the password `inventory`
-- Python > 3.7
+- Python > 3.10
 - Poetry to install requirements and create a virtualenv
 
 ### Installation
 
-This is a standard Django 3.1 application, if you know how to deploy those the
+This is a standard Django 5.0 application, if you know how to deploy those the
 following might sound familiar:
 
 1. Checkout repository: `git clone https://github.com/dunkelstern/inventory.git`