From d188d4ba71cd27f737cfc8f55346bcf03fccfdab Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Tue, 14 Mar 2023 20:39:59 +0100
Subject: [PATCH] updated README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d79189..c644099 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Displays the next time a certain garbage type is collected.
 - socket.io - [https://github.com/socketio/socket.io](https://github.com/socketio/socket.io)
 
 ### Python libraries
-See `Pipfile` and `Pipfile.lock`
+See `pyproject.toml` and `poetry.lock`
 (This project uses some personal libraries not available on the official pypi. The source code can be found here [https://thecodelabs.de/TheCodeLabs/PythonLibs](https://thecodelabs.de/TheCodeLabs/PythonLibs))
 
 ---
-- 
GitLab